1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r22244: merge from samba4:

remove useless printf's

metze
(This used to be commit cf7c57eae5)
This commit is contained in:
Stefan Metzmacher 2007-04-16 06:30:08 +00:00 committed by Gerald (Jerry) Carter
parent fb72736e6e
commit 9cda609e86

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;
}