1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

r22244: merge from samba4:

remove useless printf's

metze
This commit is contained in:
Stefan Metzmacher
2007-04-16 06:30:08 +00:00
committed by Gerald (Jerry) Carter
parent fe4be25c30
commit cf7c57eae5

View File

@@ -423,9 +423,7 @@ static int test_bzero(void)
static int test_strerror(void)
{
printf("test: strerror\n");
/* FIXME */
printf("failure: sterror\n");
return true;
}