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:
parent
6257994848
commit
e01f3108ff
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user