]> andersk Git - openssh.git/blobdiff - session.c
- markus@cvs.openbsd.org 2003/10/14 19:54:39
[openssh.git] / session.c
index 8aa2b9015cb41328d9ddecc775ce6dc03fab2f4e..2b228906d20a10121ebeaca8a7b24c4be4b29e2f 100644 (file)
--- a/session.c
+++ b/session.c
@@ -33,7 +33,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: session.c,v 1.165 2003/09/23 20:17:11 markus Exp $");
+RCSID("$OpenBSD: session.c,v 1.166 2003/10/14 19:54:39 markus Exp $");
 
 #include "ssh.h"
 #include "ssh1.h"
@@ -144,7 +144,7 @@ auth_input_request_forwarding(struct passwd * pw)
        /* Allocate a buffer for the socket name, and format the name. */
        auth_sock_name = xmalloc(MAXPATHLEN);
        auth_sock_dir = xmalloc(MAXPATHLEN);
-       strlcpy(auth_sock_dir, "/tmp/ssh-XXXXXXXX", MAXPATHLEN);
+       strlcpy(auth_sock_dir, "/tmp/ssh-XXXXXXXXXX", MAXPATHLEN);
 
        /* Create private directory for socket */
        if (mkdtemp(auth_sock_dir) == NULL) {
This page took 0.030925 seconds and 4 git commands to generate.