~ubuntu-branches/ubuntu/trusty/serf/trusty-proposed

« back to all changes in this revision

Viewing changes to incoming.c

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2013-12-31 13:17:16 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20131231131716-z7lpavv1il3sxb7g
Tags: upstream-1.3.3
ImportĀ upstreamĀ versionĀ 1.3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
    rv = apr_socket_opt_set(l->skt, APR_SO_REUSEADDR, 1);
153
153
    if (rv)
154
154
        return rv;
155
 
    
 
155
 
156
156
    rv = apr_socket_bind(l->skt, sa);
157
157
    if (rv)
158
158
        return rv;