Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpam/modules/pam_ssh function grew an extra argument now.



details:   https://anonhg.NetBSD.org/src/rev/4e9d0ff90c3e
branches:  trunk
changeset: 831594:4e9d0ff90c3e
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 07 13:57:12 2018 +0000

description:
function grew an extra argument now.

diffstat:

 lib/libpam/modules/pam_ssh/pam_ssh.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ee6dd56a705e -r 4e9d0ff90c3e lib/libpam/modules/pam_ssh/pam_ssh.c
--- a/lib/libpam/modules/pam_ssh/pam_ssh.c      Sat Apr 07 13:48:50 2018 +0000
+++ b/lib/libpam/modules/pam_ssh/pam_ssh.c      Sat Apr 07 13:57:12 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pam_ssh.c,v 1.23 2015/04/04 02:51:10 christos Exp $    */
+/*     $NetBSD: pam_ssh.c,v 1.24 2018/04/07 13:57:12 christos Exp $    */
 
 /*-
  * Copyright (c) 2003 Networks Associates Technology, Inc.
@@ -38,7 +38,7 @@
 #ifdef __FreeBSD__
 __FBSDID("$FreeBSD: src/lib/libpam/modules/pam_ssh/pam_ssh.c,v 1.40 2004/02/10 10:13:21 des Exp $");
 #else
-__RCSID("$NetBSD: pam_ssh.c,v 1.23 2015/04/04 02:51:10 christos Exp $");
+__RCSID("$NetBSD: pam_ssh.c,v 1.24 2018/04/07 13:57:12 christos Exp $");
 #endif
 
 #include <sys/param.h>
@@ -384,7 +384,7 @@
                psk = vp;
                if (pam_err == PAM_SUCCESS && psk != NULL) {
                        if (ssh_add_identity_constrained(agent_fd, psk->key,
-                           psk->comment, 0, 0))
+                           psk->comment, 0, 0, 0))
                                openpam_log(PAM_LOG_DEBUG,
                                    "added %s to ssh agent", psk->comment);
                        else



Home | Main Index | Thread Index | Old Index