summaryrefslogtreecommitdiff
path: root/android/pan.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-01-22 17:35:52 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-01-22 17:35:52 +0100
commit908733202d8cec8bc58c3e2fddf75601f43b034e (patch)
treeb2f9f187529960f4ccabada67715c7f48e0d2c06 /android/pan.c
parent2649f6dc0df249999f9cbd857fe2e5396fe3dfc4 (diff)
downloadbluez-908733202d8cec8bc58c3e2fddf75601f43b034e.tar.gz
android/pan: Remove not needed intialization to NULL
Diffstat (limited to 'android/pan.c')
-rw-r--r--android/pan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/pan.c b/android/pan.c
index adc5df71a..67c7556d7 100644
--- a/android/pan.c
+++ b/android/pan.c
@@ -427,7 +427,7 @@ static void nap_connect_cb(GIOChannel *chan, GError *err, gpointer user_data)
static void nap_confirm_cb(GIOChannel *chan, gpointer data)
{
- struct pan_device *dev = NULL;
+ struct pan_device *dev;
bdaddr_t dst;
char address[18];
GError *err = NULL;