From: David Herrmann Date: Tue, 1 Oct 2013 15:48:15 +0000 (+0200) Subject: logind: fix session-device dbus notify X-Git-Tag: v208~9 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=081dfa852fc5cd183a20747f2d8e4ef62d29d181;hp=081dfa852fc5cd183a20747f2d8e4ef62d29d181 logind: fix session-device dbus notify 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. ---