summaryrefslogtreecommitdiff
path: root/serial
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-05-02 23:32:07 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2009-05-02 23:32:07 +0300
commita746025869df124ab0bdb24b8d48d4640b8c043d (patch)
treee1c16741c3fb340f57f58d1b9c4d33e1c1924c5c /serial
parentca06dd9c4d4d4c055583dd4e2b4a823264c3b687 (diff)
downloadbluez-a746025869df124ab0bdb24b8d48d4640b8c043d.tar.gz
Fix address variable type
Diffstat (limited to 'serial')
-rw-r--r--serial/proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/proxy.c b/serial/proxy.c
index 4e26b43f9..07b079d5d 100644
--- a/serial/proxy.c
+++ b/serial/proxy.c
@@ -471,7 +471,7 @@ static void confirm_event_cb(GIOChannel *chan, gpointer user_data)
{
struct serial_proxy *prx = user_data;
int perr;
- char *address[18];
+ char address[18];
GError *err = NULL;
bt_io_get(chan, BT_IO_RFCOMM, &err,