From: Volker Lendecke Date: Sun, 4 Jan 2009 17:14:33 +0000 (+0100) Subject: Fix a typo found by the IBM Checker X-Git-Tag: samba-4.0.0alpha6~283^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81624030efdcdc3b19651d79df0c50c5ef046581;p=thirdparty%2Fsamba.git Fix a typo found by the IBM Checker --- diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 274c79904e5..cb0ba47572e 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -4630,7 +4630,7 @@ static void free_one_parameter_by_snum(int snum, struct parm_struct parm) { void *parm_ptr; - if (parm.ptr == NULL); { + if (parm.ptr == NULL) { return; }