diff options
author | Michael Adam <obnox@samba.org> | 2008-03-12 00:43:19 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-03-12 02:12:34 +0100 |
commit | a3eae3039d9428f49e029cd1b7fbcbc1ec92f798 (patch) | |
tree | 568c7a92ad57267c1fc457ac3fdafa554029a89a | |
parent | e14e348d067c0fd88a1c6e298f7e29082473a09a (diff) | |
download | samba-a3eae3039d9428f49e029cd1b7fbcbc1ec92f798.tar.gz samba-a3eae3039d9428f49e029cd1b7fbcbc1ec92f798.tar.bz2 samba-a3eae3039d9428f49e029cd1b7fbcbc1ec92f798.zip |
loadparm: add a comment
Michael
(This used to be commit 05eda1252572f310499b28123d0f9e4211b7d54c)
-rw-r--r-- | source3/param/loadparm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 12015540bb..f1bac54251 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -8698,6 +8698,7 @@ bool lp_load(const char *pszFname, } if (lp_config_backend_is_registry()) { + /* config backend changed to registry in config file */ /* * We need to use this extra global variable here to * survive restart: init_globals uses this as a default |