diff options
author | Bernhard Schmidt <berni@debian.org> | 2020-08-15 21:59:32 +0200 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2020-08-15 21:59:32 +0200 |
commit | 0d85c7a4b77d7841435ae1ea6f3c70640f4e974b (patch) | |
tree | f415012339b54b3d8f56a0fce644559764c5b9d3 /debian/patches/auth-pam_libpam_so_filename.patch | |
parent | 7c229d538824cb679351220ad8911f7b2daa7c23 (diff) |
Adjust patches for new major upstream version
Diffstat (limited to 'debian/patches/auth-pam_libpam_so_filename.patch')
-rw-r--r-- | debian/patches/auth-pam_libpam_so_filename.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/auth-pam_libpam_so_filename.patch b/debian/patches/auth-pam_libpam_so_filename.patch index 2e7e5c4..336ccd4 100644 --- a/debian/patches/auth-pam_libpam_so_filename.patch +++ b/debian/patches/auth-pam_libpam_so_filename.patch @@ -6,7 +6,7 @@ Index: trunk/src/plugins/auth-pam/auth-pam.c --- trunk.orig/src/plugins/auth-pam/auth-pam.c +++ trunk/src/plugins/auth-pam/auth-pam.c @@ -716,7 +716,7 @@ pam_server(int fd, const char *service, - struct user_pass up; + char ac_file_name[PATH_MAX]; int command; #ifdef USE_PAM_DLOPEN - static const char pam_so[] = "libpam.so"; |