diff svr-authpam.c @ 169:21e99b6190dd

Removed obselete (and incorrect) comment.
author Matt Johnston <matt@ucc.asn.au>
date Fri, 07 Jan 2005 16:39:48 +0000
parents 0cfba3034be5
children 161557a9dde8
line wrap: on
line diff
--- a/svr-authpam.c	Mon Jan 03 10:01:23 2005 +0000
+++ b/svr-authpam.c	Fri Jan 07 16:39:48 2005 +0000
@@ -114,8 +114,6 @@
 			resp = (struct pam_response*) m_malloc(sizeof(struct pam_response));
 			memset(resp, 0, sizeof(struct pam_response));
 
-			/* Safe to just use the direct pointer (no strdup) since
-			 * it shouldn't be getting munged at all */
 			resp->resp = m_strdup(userDatap->user);
 			TRACE(("userDatap->user='%s'", userDatap->user))
 			(*respp) = resp;