Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 482588
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- pam_skey-1.1.5/pam_skey.c
0
++ pam_skey/pam_skey.c
Lines 129-134 Link Here
129
    }
129
    }
130
    if (strcasecmp(response,"s/key")!=0) {
130
    if (strcasecmp(response,"s/key")!=0) {
131
      status = pam_set_item(pamh, PAM_AUTHTOK, response);
131
      status = pam_set_item(pamh, PAM_AUTHTOK, response);
132
      _pam_delete(response);
132
      if (status != PAM_SUCCESS)
133
      if (status != PAM_SUCCESS)
133
	return status;
134
	return status;
134
      return PAM_IGNORE;
135
      return PAM_IGNORE;
Lines 176-181 Link Here
176
  }
177
  }
177
178
178
  status = pam_set_item(pamh, PAM_AUTHTOK, response);
179
  status = pam_set_item(pamh, PAM_AUTHTOK, response);
180
  _pam_delete(response);
179
  return PAM_IGNORE;
181
  return PAM_IGNORE;
180
}
182
}
181
183

Return to bug 482588