diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-03-24 18:01:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:52 -0500 |
commit | 643157ff5ac13b15a4b501b00ffdca5fced0e7e9 (patch) | |
tree | d6a8ccc8acc756e59c7af390c97fc8e869ea3235 | |
parent | 7216604b5e79b648ba2ed1cb16d1816d06741411 (diff) | |
download | samba-643157ff5ac13b15a4b501b00ffdca5fced0e7e9.tar.gz samba-643157ff5ac13b15a4b501b00ffdca5fced0e7e9.tar.bz2 samba-643157ff5ac13b15a4b501b00ffdca5fced0e7e9.zip |
r21959: Merge a comment fix from Michael Adam -- more to come :-)
(This used to be commit 06a4d2ce5d4d5d637f19c7444a6510a1bbad7a9f)
-rw-r--r-- | source3/param/loadparm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 6392da6f07..a049b2d47a 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -3995,7 +3995,8 @@ BOOL dump_a_parameter(int snum, char *parm_name, FILE * f, BOOL isGlobal) } /*************************************************************************** - Return info about the next service in a service. snum==GLOBAL_SECTION_SNUM gives the globals. + Return info about the next parameter in a service. + snum==GLOBAL_SECTION_SNUM gives the globals. Return NULL when out of parameters. ***************************************************************************/ |