ctrl: take both address and port from vty config

Change-Id: Ie1330b152a2e5cdcdb80a1c958e7c1d784b78eab
diff --git a/src/sgsn/sgsn_main.c b/src/sgsn/sgsn_main.c
index af9757a..c775922 100644
--- a/src/sgsn/sgsn_main.c
+++ b/src/sgsn/sgsn_main.c
@@ -479,8 +479,7 @@
 
 	/* start control interface after reading config for
 	 * ctrl_vty_get_bind_addr() */
-	g_ctrlh = ctrl_interface_setup_dynip(NULL, ctrl_vty_get_bind_addr(),
-				    OSMO_CTRL_PORT_SGSN, NULL);
+	g_ctrlh = ctrl_interface_setup(NULL, OSMO_CTRL_PORT_SGSN, NULL);
 	if (!g_ctrlh) {
 		LOGP(DGPRS, LOGL_ERROR, "Failed to create CTRL interface.\n");
 		exit(1);