Base code merged to SPIN 2.4
[platform/upstream/curl.git] / src / tool_parsecfg.c
index 7a161c3..c5d390b 100644 (file)
@@ -208,7 +208,7 @@ int parseconfig(const char *filename, struct GlobalConfig *global)
         }
       }
 
-      if(param && !*param) {
+      if(!*param) {
         /* do this so getparameter can check for required parameters.
            Otherwise it always thinks there's a parameter. */
         if(alloced_param)