Change in osmo-bts[master]: vty: cosmetic: use osmo_talloc_replace_string()

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

fixeria gerrit-no-reply at lists.osmocom.org
Fri Sep 25 18:25:30 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/20287 )


Change subject: vty: cosmetic: use osmo_talloc_replace_string()
......................................................................

vty: cosmetic: use osmo_talloc_replace_string()

Change-Id: Ic195cef2aafec55d37152045f7714335ded0a62b
---
M src/common/vty.c
1 file changed, 2 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/87/20287/1

diff --git a/src/common/vty.c b/src/common/vty.c
index 36b0eaf..dd83a11 100644
--- a/src/common/vty.c
+++ b/src/common/vty.c
@@ -637,13 +637,9 @@
 {
 	struct gsm_bts *bts = vty->index;
 
-	if (bts->pcu.sock_path) {
-		/* FIXME: close the interface? */
-		talloc_free(bts->pcu.sock_path);
-	}
-	bts->pcu.sock_path = talloc_strdup(bts, argv[0]);
-	/* FIXME: re-open the interface? */
+	osmo_talloc_replace_string(bts, &bts->pcu.sock_path, argv[0]);
 
+	/* FIXME: re-open the interface? */
 	return CMD_SUCCESS;
 }
 

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ic195cef2aafec55d37152045f7714335ded0a62b
Gerrit-Change-Number: 20287
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200925/1f4fc357/attachment.htm>


More information about the gerrit-log mailing list