aboutsummaryrefslogtreecommitdiff
path: root/src/util/network.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-09 23:29:47 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-09 23:30:00 +0100
commitd974bae720beaea9223a8729f4e6c88c326c522b (patch)
treed8f9a5dedb46fcd6be7731914d86159fb564c2f8 /src/util/network.c
parent4f9169370608dd9c0c125455b651082f5acc7ea6 (diff)
downloadgnunet-d974bae720beaea9223a8729f4e6c88c326c522b.tar.gz
gnunet-d974bae720beaea9223a8729f4e6c88c326c522b.zip
untested fix for #5511
Diffstat (limited to 'src/util/network.c')
-rw-r--r--src/util/network.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/network.c b/src/util/network.c
index 3e39374e8..a100be375 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -463,7 +463,6 @@ GNUNET_NETWORK_socket_accept (const struct GNUNET_NETWORK_Handle *desc,
463 (NULL != address) ? address->sa_family : desc->af, 463 (NULL != address) ? address->sa_family : desc->af,
464 SOCK_STREAM)) 464 SOCK_STREAM))
465 { 465 {
466
467 return NULL; 466 return NULL;
468 } 467 }
469 return ret; 468 return ret;