lynxis lazus submitted this change.
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Use osmo_select_main_ctx to support talloc context OTC_SELECT
The libvlr code is using the OTC_SELECT talloc context.
Change-Id: I4b26b73af706ce790181085880c6866e7f7e8c65
---
M src/sgsn/sgsn_main.c
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sgsn/sgsn_main.c b/src/sgsn/sgsn_main.c
index 7489790..253a733 100644
--- a/src/sgsn/sgsn_main.c
+++ b/src/sgsn/sgsn_main.c
@@ -486,7 +486,7 @@
}
while (1) {
- rc = osmo_select_main(0);
+ rc = osmo_select_main_ctx(0);
if (rc < 0)
exit(3);
}
To view, visit change 39703. To unsubscribe, or for help writing mail filters, visit settings.