mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
r23744: Remove TODO-comment. lp_load returns False if opening
of the config file fails. That's enough of checking for existence and readbility to my taste. Michael
This commit is contained in:
parent
e5e42fe3d5
commit
204f4f1a94
@ -690,8 +690,6 @@ int net_conf_import(int argc, const char **argv)
|
||||
DEBUG(3,("net_conf_import: reading configuration from file %s.\n",
|
||||
filename));
|
||||
|
||||
/* TODO: check for existence and readability */
|
||||
|
||||
if (!lp_load(filename,
|
||||
False, /* global_only */
|
||||
True, /* save_defaults */
|
||||
|
Loading…
x
Reference in New Issue
Block a user