fix warning

This commit is contained in:
Anthony Minessale 2012-05-10 11:01:30 -05:00
parent 787d81db32
commit aedbd06b99

View 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_DECLARE(scgi_status_t) scgi_send_request(scgi_handle_t *handle)
{ {
scgi_status_t status; scgi_status_t status = SCGI_SUCCESS;
char *buffer = NULL; char *buffer = NULL;
size_t bytes = 0; size_t bytes = 0;
ssize_t sent = 0; ssize_t sent = 0;