summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index 4c5108199..0b6fbe88d 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: clientloop.c,v 1.176 2006/10/11 12:38:03 markus Exp $ */ 1/* $OpenBSD: clientloop.c,v 1.177 2007/01/21 01:41:54 stevesk Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1757,7 +1757,7 @@ client_request_agent(const char *request_type, int rchan)
1757 error("Warning: this is probably a break-in attempt by a malicious server."); 1757 error("Warning: this is probably a break-in attempt by a malicious server.");
1758 return NULL; 1758 return NULL;
1759 } 1759 }
1760 sock = ssh_get_authentication_socket(); 1760 sock = ssh_get_authentication_socket();
1761 if (sock < 0) 1761 if (sock < 0)
1762 return NULL; 1762 return NULL;
1763 c = channel_new("authentication agent connection", 1763 c = channel_new("authentication agent connection",