]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix warning
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 10 May 2012 16:01:30 +0000 (11:01 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 10 May 2012 16:01:30 +0000 (11:01 -0500)
libs/libscgi/src/scgi.c

index 74cd5cae38370011a0f79aff47951bb57e49ee3e..d1675d246f0969109e3c2b4378cf3013da6e3c39 100644 (file)
@@ -226,7 +226,7 @@ static scgi_status_t scgi_push_param(scgi_handle_t *handle, const char *name, co
 
 SCGI_DECLARE(scgi_status_t) scgi_send_request(scgi_handle_t *handle)
 {
-       scgi_status_t status;
+       scgi_status_t status = SCGI_SUCCESS;
        char *buffer = NULL;
        size_t bytes = 0;
        ssize_t sent = 0;