X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=http.c;h=a6bc5b01c243751b34bc9d3659690d5b82520786;hp=bdbd9861af57c7e87e3bdca48939614356797982;hb=d6f9808e7f2e8c1c390c6b3a39c6ef3321d4d6dc;hpb=6e28de8050664387cb7ca410694265417df8b60d diff --git a/http.c b/http.c index bdbd986..a6bc5b0 100644 --- a/http.c +++ b/http.c @@ -461,7 +461,7 @@ static void *http_root(void *data) { int fd; struct sockaddr_in sin; - int sinlen; + socklen_t sinlen; struct ast_http_server_instance *ser; pthread_t launched; pthread_attr_t attr;