]> git.ipfire.org Git - thirdparty/systemd.git/commit
pam_systemd: move socket_from_display() from util.[ch] to pam_systemd.c
authorLennart Poettering <lennart@poettering.net>
Fri, 20 Jul 2018 09:36:10 +0000 (11:36 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 25 Jul 2018 14:09:33 +0000 (16:09 +0200)
commitf7b8b5c4fb8bb6490160e2accb77a7aeaf952ddf
tree67f3f35f1b6206d83d7f5d7d367163e9692196c8
parente37e5ed32e0c480ee6acf01a84b58f11701d537e
pam_systemd: move socket_from_display() from util.[ch] to pam_systemd.c

It's highly specific, kinda legacy (X11…) and only used at one place,
let's move this out of the common code, and into pam_systemd.c where it
is used.
src/basic/util.c
src/basic/util.h
src/login/pam_systemd.c