]> www.infradead.org Git - users/dwmw2/crm114-spamd.git/commitdiff
Content-length
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 9 May 2006 21:37:33 +0000 (23:37 +0200)
committerJohannes Berg <johannes@johannes.berg>
Tue, 9 May 2006 21:37:33 +0000 (23:37 +0200)
dspam-spamd.c

index ee806212f6325bf34aeb0aff7e3b46f9778501ff..99963c837f14ee6da7bd441571b380cd045c1ea0 100644 (file)
@@ -50,7 +50,7 @@ int main() {
        if (strlen(buf) > 50)
                ERROR(EX_PROTOCOL, "line too long");
 
-       if (sscanf(buf, "Content-Length: %d", &length) != 1)
+       if (sscanf(buf, "Content-length: %d", &length) != 1)
                ERROR(EX_PROTOCOL, "invalid input line");
 
        /* read user line */