]> granicus.if.org Git - linux-pam/commit
pam_access: better not change the default function used to get domain name.
authorTomas Mraz <tmraz@fedoraproject.org>
Fri, 12 Apr 2013 10:49:55 +0000 (12:49 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Fri, 12 Apr 2013 10:49:55 +0000 (12:49 +0200)
commit8c715834cd61f2d50d53f9af85d3bd2f87a26c61
tree90fc838ae1522afafc3c16dc80b059a705cf5d9d
parent183f91a212879229d37e4dce18edd7a141eefa12
pam_access: better not change the default function used to get domain name.

modules/pam_access/pam_access.c (netgroup_match): As we did not use
yp_get_default_domain() in the 1.1 branch due to typo in ifdef
we should use it only as fallback.
modules/pam_access/pam_access.c