]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
its logically impossible for this to be null, we are looping through an array on...
authorMichael Jerris <mike@jerris.com>
Wed, 7 May 2014 16:54:40 +0000 (12:54 -0400)
committerMichael Jerris <mike@jerris.com>
Wed, 7 May 2014 16:54:40 +0000 (12:54 -0400)
libs/libscgi/src/scgi.c

index 8db75c1ba68bc2310b485b7e8aa80e6225006026..9da34ff6d7fdd8a60d1f03191d936acb56ba1712 100644 (file)
@@ -693,8 +693,6 @@ SCGI_DECLARE(scgi_status_t) scgi_parse(scgi_socket_t sock, scgi_handle_t *handle
        while(p < end) {
                next_str(p, e);
 
-               if (!e) break;
-
                if (!loops++) {
                        if (!strcasecmp(p, "CONTENT_LENGTH") && e) {
                                clen = atoi(e);