Skip to content

Commit

Permalink
Keep screaming about these bogus assumptions until they disappear.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64433 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
wrowe committed Mar 19, 2003
1 parent 57a139f commit f79feae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions network_io/unix/sockets.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ apr_status_t apr_os_sock_make(apr_socket_t **apr_sock,
apr_status_t apr_os_sock_put(apr_socket_t **sock, apr_os_sock_t *thesock,
apr_pool_t *cont)
{
/* XXX Bogus assumption that *sock points at anything legit */
if ((*sock) == NULL) {
alloc_socket(sock, cont);
/* XXX IPv6 figure out the family here! */
Expand Down

0 comments on commit f79feae

Please sign in to comment.