summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/input/ipaccess.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c
index 836c2f8..8871246 100644
--- a/src/input/ipaccess.c
+++ b/src/input/ipaccess.c
@@ -424,7 +424,6 @@ static int handle_ts1_read(struct osmo_fd *bfd)
LOGP(DLINP, LOGL_ERROR, "Bad signalling message,"
"closing socket.\n");
ret = -EINVAL;
- goto err;
}
return ret;
err: