osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-msc/+/33589 )
Change subject: mncc_test: fix talloc_named_const
......................................................................
mncc_test: fix talloc_named_const
Change-Id: I0f0a5497eb37b9f9b9102e01cee8c1bda85c5dfe
---
M tests/mncc/mncc_test.c
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/89/33589/1
diff --git a/tests/mncc/mncc_test.c b/tests/mncc/mncc_test.c
index f752cab..9532846 100644
--- a/tests/mncc/mncc_test.c
+++ b/tests/mncc/mncc_test.c
@@ -67,7 +67,7 @@
int main(void)
{
- void *ctx = talloc_named_const(NULL, 0, "smpp_test");
+ void *ctx = talloc_named_const(NULL, 0, "mncc_test");
osmo_init_logging2(ctx, &log_info);
log_set_use_color(osmo_stderr_target, 0);
log_set_print_filename2(osmo_stderr_target, LOG_FILENAME_NONE);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/33589
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I0f0a5497eb37b9f9b9102e01cee8c1bda85c5dfe
Gerrit-Change-Number: 33589
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange