From f79feae885297a47bf25c200388deb82fa9ed208 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" <wrowe@apache.org> Date: Wed, 19 Mar 2003 05:03:24 +0000 Subject: [PATCH] Keep screaming about these bogus assumptions until they disappear. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64433 13f79535-47bb-0310-9956-ffa450edef68 --- network_io/unix/sockets.c | 1 + 1 file changed, 1 insertion(+) diff --git a/network_io/unix/sockets.c b/network_io/unix/sockets.c index 3ae028d0823..dbc2d2eb2e6 100644 --- a/network_io/unix/sockets.c +++ b/network_io/unix/sockets.c @@ -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! */