summaryrefslogtreecommitdiffstats
path: root/contrib/serf/incoming.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2013-08-02 19:21:46 +0000
committerpeter <peter@FreeBSD.org>2013-08-02 19:21:46 +0000
commitbce4a8587da654a7a12e36d4a6822cd999c0aafc (patch)
tree27dab9bf5d6ff996ae09bc981c7d20022b26fa50 /contrib/serf/incoming.c
parent5750092edd0958adc875d6012f6e656a430e71c6 (diff)
parent089059a1407b9504b9fdd10f3b602b94d36ed187 (diff)
downloadFreeBSD-src-bce4a8587da654a7a12e36d4a6822cd999c0aafc.zip
FreeBSD-src-bce4a8587da654a7a12e36d4a6822cd999c0aafc.tar.gz
Update serf 1.2.1 -> 1.3.0 for svn
Diffstat (limited to 'contrib/serf/incoming.c')
-rw-r--r--contrib/serf/incoming.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/serf/incoming.c b/contrib/serf/incoming.c
index 40562fa..2757428 100644
--- a/contrib/serf/incoming.c
+++ b/contrib/serf/incoming.c
@@ -152,7 +152,7 @@ apr_status_t serf_listener_create(
rv = apr_socket_opt_set(l->skt, APR_SO_REUSEADDR, 1);
if (rv)
return rv;
-
+
rv = apr_socket_bind(l->skt, sa);
if (rv)
return rv;
OpenPOWER on IntegriCloud