projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix a pointer signedness issue
[asterisk/asterisk.git]
/
http.c
diff --git
a/http.c
b/http.c
index
bdbd986
..
a6bc5b0
100644
(file)
--- a/
http.c
+++ b/
http.c
@@
-461,7
+461,7
@@
static void *http_root(void *data)
{
int fd;
struct sockaddr_in sin;
{
int fd;
struct sockaddr_in sin;
- int sinlen;
+ socklen_t sinlen;
struct ast_http_server_instance *ser;
pthread_t launched;
pthread_attr_t attr;
struct ast_http_server_instance *ser;
pthread_t launched;
pthread_attr_t attr;