ipaccess-config: Add missing path with log error

Change-Id: Id903e3e20e12a143cedab72dc14669c07f4d11ac
This commit is contained in:
Pau Espin 2018-03-12 19:43:35 +01:00 committed by Harald Welte
parent 5e2812c94d
commit c80b876344
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ static int ipaccess_connect(struct e1inp_line *line, struct sockaddr_in *sa)
ret = osmo_fd_register(bfd);
if (ret < 0) {
LOGP(DLINP, LOGL_ERROR, "unable to register socket fd\n");
close(bfd->fd);
return ret;
}