don't check for < 0 on an unsigned variable (FDO Bug #12924)
authorJohn (J5) Palmieri <johnp@redhat.com>
Tue, 15 Jan 2008 20:57:34 +0000 (15:57 -0500)
committerJohn (J5) Palmieri <johnp@redhat.com>
Tue, 15 Jan 2008 20:57:34 +0000 (15:57 -0500)
commit738743002dc72b69cf440d5a4be30e2fedf51892
tree588a9df6a5e76c1fa63f366e2b8ffe56953c29e6
parent4cc2bfa10e1a840e0da34a588f719779cc284a79
don't check for < 0 on an unsigned variable (FDO Bug #12924)

2008-01-15  John (J5) Palmieri  <johnp@redhat.com>

* patch by Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>

* dbus/dbus-connection.c (_dbus_connection_get_next_client_serial):
don't check for < 0 on an unsigned variable (FDO Bug #12924)
ChangeLog
dbus/dbus-connection.c