1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

tdb: remove 'EOF' print from tdbrestore

the EOF message is pointless, and makes for noisy scripts

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andrew Tridgell 2011-07-14 14:03:15 +10:00
parent 6257994848
commit e01f3108ff

View File

@ -206,7 +206,6 @@ static int restore_tdb(const char *fname)
fprintf(stderr, "Error closing tdb\n");
return 1;
}
fprintf(stderr, "EOF\n");
return 0;
}