diff options
Diffstat (limited to 'source3/param/loadparm.c')
-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. ***************************************************************************/ |