]> git.pld-linux.org Git - packages/apache-mod_auth_pam.git/blame - apache-mod_auth_pam-missing_constant.patch
- unified files
[packages/apache-mod_auth_pam.git] / apache-mod_auth_pam-missing_constant.patch
CommitLineData
136da9a8 1--- mod_auth_pam2.c 2004-08-28 00:30:23.966116280 +0200
2+++ mod_auth_pam2.c 2004-08-28 00:30:28.804380752 +0200
3@@ -161,6 +161,8 @@
4 char *name, *pw;
5 } auth_pam_userinfo;
6
7+static const char *pam_servicename = "httpd";
8+
9 /*
10 * Solaris 2.6.x has a broken conversation function and needs this
11 * as a global variable
This page took 0.051992 seconds and 4 git commands to generate.