aboutsummaryrefslogtreecommitdiffstats
path: root/acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'acl.c')
-rwxr-xr-xacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/acl.c b/acl.c
index a22f45621..7cd4cd1ee 100755
--- a/acl.c
+++ b/acl.c
@@ -271,7 +271,7 @@ int ast_ouraddrfor(struct in_addr *them, struct in_addr *us)
socklen_t slen;
s = socket(PF_INET, SOCK_DGRAM, 0);
- if (s == -1) {
+ if (s < 0) {
ast_log(LOG_WARNING, "Cannot create socket\n");
return -1;
}