summaryrefslogtreecommitdiffstats
path: root/pand/main.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-08-07 06:22:38 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-08-07 06:22:38 +0000
commit76823d4777869743af04038d82705cd7249657b8 (patch)
tree29f432461e807792a267664ce1023da66c0181cb /pand/main.c
parentddefb55b4fec8598ce8ec0bc78e8321030269f59 (diff)
Use device specific service record register function
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);