1
0
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:
Michael Adam 2007-07-07 20:40:59 +00:00 committed by Gerald (Jerry) Carter
parent e5e42fe3d5
commit 204f4f1a94

View File

@ -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 */