nss-pam-ldapd commit: r1383 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1383 - nss-pam-ldapd/nslcd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1383 - nss-pam-ldapd/nslcd
- Date: Wed, 9 Mar 2011 23:33:50 +0100 (CET)
Author: arthur
Date: Wed Mar 9 23:33:49 2011
New Revision: 1383
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1383
Log:
fix compiler warning
Modified:
nss-pam-ldapd/nslcd/pam.c
Modified: nss-pam-ldapd/nslcd/pam.c
==============================================================================
--- nss-pam-ldapd/nslcd/pam.c Wed Mar 9 23:32:30 2011 (r1382)
+++ nss-pam-ldapd/nslcd/pam.c Wed Mar 9 23:33:49 2011 (r1383)
@@ -320,7 +320,8 @@
char userdn[256];
char servicename[64];
char ruser[256],rhost[HOST_NAME_MAX+1],tty[64];
- char hostname[HOST_NAME_MAX+1],*fqdn;
+ char hostname[HOST_NAME_MAX+1];
+ const char *fqdn;
DICT *dict;
/* read request parameters */
READ_STRING(fp,username);
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1383 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project