From 643157ff5ac13b15a4b501b00ffdca5fced0e7e9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 24 Mar 2007 18:01:39 +0000 Subject: r21959: Merge a comment fix from Michael Adam -- more to come :-) (This used to be commit 06a4d2ce5d4d5d637f19c7444a6510a1bbad7a9f) --- source3/param/loadparm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/param/loadparm.c') 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. ***************************************************************************/ -- cgit