fix typo in header name check
[project/uhttpd.git] / proc.c
diff --git a/proc.c b/proc.c
index 9d662ad..ddd1909 100644 (file)
--- a/proc.c
+++ b/proc.c
@@ -169,7 +169,7 @@ static void proc_handle_header(struct relay *r, const char *name, const char *va
        char *sep;
        char buf[4];
 
-       if (strcmp(name, "Status")) {
+       if (!strcmp(name, "Status")) {
                sep = strchr(val, ' ');
                if (sep != val + 3)
                        return;