Fix a typo found by the IBM Checker
authorVolker Lendecke <vl@samba.org>
Sun, 4 Jan 2009 17:14:33 +0000 (18:14 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 4 Jan 2009 17:14:33 +0000 (18:14 +0100)
source3/param/loadparm.c

index 274c79904e5b8c640e0631f8ca77cbd5521f5d5f..cb0ba47572e3cc7609ff4adf1af8cda7400c35ad 100644 (file)
@@ -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;
        }