diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-05-27 21:31:12 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-05-27 21:31:12 +0000 |
commit | 649448818704cd93136d55d33676ad80cb463224 (patch) | |
tree | c7671bf290adebc08cc40ad75c1b6e89a92cc9a0 /serial/manager.c | |
parent | af457e55d1a46fbf3ecef32fc29e299ee4be21cf (diff) |
Use guint identifier for all name_listener operations
Diffstat (limited to 'serial/manager.c')
-rw-r--r-- | serial/manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/manager.c b/serial/manager.c index eb1be7ff..095abf6b 100644 --- a/serial/manager.c +++ b/serial/manager.c @@ -257,7 +257,7 @@ static void open_notify(int fd, int err, struct pending_connect *pc) /* Add the RFCOMM connection listener */ port_add_listener(pc->conn, pc->id, &dst, fd, - pc->dev, dbus_message_get_sender(pc->msg)); + pc->dev, dbus_message_get_sender(pc->msg)); } static gboolean open_continue(struct pending_connect *pc) |