mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
Removed obselete (and incorrect) comment.
--HG-- extra : convert_revision : 79bdca55540f5a7e2ffbad4481668066185bf10a
This commit is contained in:
parent
9d4ef36e09
commit
37da919b7d
@ -114,8 +114,6 @@ pamConvFunc(int num_msg,
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user