diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,7 +40,7 @@ | |||
40 | */ | 40 | */ |
41 | 41 | ||
42 | #include "includes.h" | 42 | #include "includes.h" |
43 | RCSID("$OpenBSD: ssh.c,v 1.206 2003/12/16 15:49:51 markus Exp $"); | 43 | RCSID("$OpenBSD: ssh.c,v 1.207 2004/03/09 22:11:05 markus Exp $"); |
44 | 44 | ||
45 | #include <openssl/evp.h> | 45 | #include <openssl/evp.h> |
46 | #include <openssl/err.h> | 46 | #include <openssl/err.h> |
@@ -777,7 +777,7 @@ x11_get_proto(char **_proto, char **_data) | |||
777 | xauthdir); | 777 | xauthdir); |
778 | snprintf(cmd, sizeof(cmd), | 778 | snprintf(cmd, sizeof(cmd), |
779 | "%s -f %s generate %s " SSH_X11_PROTO | 779 | "%s -f %s generate %s " SSH_X11_PROTO |
780 | " untrusted timeout 120 2>" _PATH_DEVNULL, | 780 | " untrusted timeout 1200 2>" _PATH_DEVNULL, |
781 | options.xauth_location, xauthfile, display); | 781 | options.xauth_location, xauthfile, display); |
782 | debug2("x11_get_proto: %s", cmd); | 782 | debug2("x11_get_proto: %s", cmd); |
783 | if (system(cmd) == 0) | 783 | if (system(cmd) == 0) |