Merge branch 'master' of https://github.com/szmoore/MCTX3420.git
[matches/MCTX3420.git] / testing / fastcgi-approach / fastcgi.c
index e4b5adb..8ade3f2 100644 (file)
@@ -51,7 +51,7 @@ static char *KeyPair(char *in, const char **key, const char **value) {
        }
        //Split was not found, set to default value
        *value = "";
-       return next ? next : "";
+       return next;
 }
 
 static void BeginResponse(int response_code, const char *module) {

UCC git Repository :: git.ucc.asn.au