aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gb/gprs_ns2_udp.c')
-rw-r--r--src/gb/gprs_ns2_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gb/gprs_ns2_udp.c b/src/gb/gprs_ns2_udp.c
index 30816802..5765c773 100644
--- a/src/gb/gprs_ns2_udp.c
+++ b/src/gb/gprs_ns2_udp.c
@@ -231,7 +231,7 @@ static int handle_nsip_read(struct osmo_fd *bfd)
nsvc = gprs_ns2_nsvc_by_sockaddr_bind(bind, &saddr);
if (!nsvc) {
/* VC not found */
- rc = ns2_create_vc(bind, msg, "newconnection", &reject, &nsvc);
+ rc = ns2_create_vc(bind, msg, &saddr, "newconnection", &reject, &nsvc);
switch (rc) {
case NS2_CS_FOUND:
break;