Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/9636


Change subject: msc_main: Set copyright description field statically
......................................................................

msc_main: Set copyright description field statically

Change-Id: I432990624e7c375e29ef57998691327bffc89227
---
M src/osmo-msc/msc_main.c
1 file changed, 1 insertion(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/36/9636/1

diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c
index b83691f..8fa0131 100644
--- a/src/osmo-msc/msc_main.c
+++ b/src/osmo-msc/msc_main.c
@@ -316,6 +316,7 @@
 static struct vty_app_info msc_vty_info = {
        .name           = "OsmoMSC",
        .version        = PACKAGE_VERSION,
+       .copyright      = osmomsc_copyright,
        .go_parent_cb   = msc_vty_go_parent,
        .is_config_node = msc_vty_is_config_node,
 };
@@ -521,8 +522,6 @@
 {
        int rc;

-       msc_vty_info.copyright  = osmomsc_copyright;
-
        tall_msc_ctx = talloc_named_const(NULL, 1, "osmo_msc");
        msc_vty_info.tall_ctx = tall_msc_ctx;


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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I432990624e7c375e29ef57998691327bffc89227
Gerrit-Change-Number: 9636
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>

Reply via email to