summaryrefslogtreecommitdiffstats
path: root/pand/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pand/main.c')
-rw-r--r--pand/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pand/main.c b/pand/main.c
index 72e607a9..b5a4ee95 100644
--- a/pand/main.c
+++ b/pand/main.c
@@ -131,7 +131,7 @@ static int do_listen(void)
int sk, lm;
if (use_sdp)
- bnep_sdp_register(role);
+ bnep_sdp_register(&src_addr, role);
/* Create L2CAP socket and bind it to PSM BNEP */
sk = socket(AF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_L2CAP);