Change in libosmocore[master]: logging_vty: set osmo_stderr_target to NULL on "no log stderr"

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Sep 27 09:30:00 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/20297 )


Change subject: logging_vty: set osmo_stderr_target to NULL on "no log stderr"
......................................................................

logging_vty: set osmo_stderr_target to NULL on "no log stderr"

We cannot keep a reference to the old log_target around if we
just destroyed/deleted it.

Change-Id: I98a801cf83347a4422534d020d5ed5e2d1eb5482
---
M src/vty/logging_vty.c
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/97/20297/1

diff --git a/src/vty/logging_vty.c b/src/vty/logging_vty.c
index 0e1782a..bd513e3 100644
--- a/src/vty/logging_vty.c
+++ b/src/vty/logging_vty.c
@@ -33,6 +33,7 @@
 #include <osmocom/core/strrb.h>
 #include <osmocom/core/loggingrb.h>
 #include <osmocom/core/gsmtap.h>
+#include <osmocom/core/application.h>
 
 #include <osmocom/vty/command.h>
 #include <osmocom/vty/buffer.h>
@@ -797,6 +798,7 @@
 	}
 
 	log_target_destroy(tgt);
+	osmo_stderr_target = NULL;
 
 	RET_WITH_UNLOCK(CMD_SUCCESS);
 }

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/20297
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I98a801cf83347a4422534d020d5ed5e2d1eb5482
Gerrit-Change-Number: 20297
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200927/4b908d66/attachment.htm>


More information about the gerrit-log mailing list