diff options
Diffstat (limited to 'dund/main.c')
-rw-r--r-- | dund/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dund/main.c b/dund/main.c index ca841aeb..b00ccab7 100644 --- a/dund/main.c +++ b/dund/main.c @@ -122,7 +122,7 @@ static int do_listen(void) channel = DUN_DEFAULT_CHANNEL; if (use_sdp) - dun_sdp_register(channel, mrouter); + dun_sdp_register(&src_addr, channel, mrouter); if (mrouter) syslog(LOG_INFO, "Waiting for mRouter callback on channel %d", channel); |