aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c')
-rw-r--r--usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c b/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
index d77438655c46..6cb4863c4a75 100644
--- a/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
+++ b/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
@@ -57,6 +57,7 @@ main(int argc, char *argv[])
bdaddr_t bdaddr;
memset(&bdaddr, 0, sizeof(bdaddr));
+ local = 0;
/* Process command line arguments */
while ((n = getopt(argc, argv, "a:c:lh")) != -1) {