[MERGED] osmo-bsc[master]: ipaccess-config: Add missing path with log error

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Mar 13 08:40:08 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: ipaccess-config: Add missing path with log error
......................................................................


ipaccess-config: Add missing path with log error

Change-Id: Id903e3e20e12a143cedab72dc14669c07f4d11ac
---
M src/ipaccess/ipaccess-config.c
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/ipaccess/ipaccess-config.c b/src/ipaccess/ipaccess-config.c
index 35500c9..8f527cd 100644
--- a/src/ipaccess/ipaccess-config.c
+++ b/src/ipaccess/ipaccess-config.c
@@ -117,6 +117,7 @@
 
 	ret = osmo_fd_register(bfd);
 	if (ret < 0) {
+		LOGP(DLINP, LOGL_ERROR, "unable to register socket fd\n");
 		close(bfd->fd);
 		return ret;
 	}

-- 
To view, visit https://gerrit.osmocom.org/7261
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id903e3e20e12a143cedab72dc14669c07f4d11ac
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list