chiark / gitweb /
logind: fix session-device dbus notify
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 1 Oct 2013 15:48:15 +0000 (17:48 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 1 Oct 2013 15:48:15 +0000 (17:48 +0200)
Had this fix lying around here for some time. Thanks to missing
type-checking for va-args we passed in the actual major/minor values
instead of pointers to it. Fix it by saving the values on the stack first
and passing in the pointers.


No differences found