summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index a361500f1..ce16627db 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.c,v 1.476 2018/04/10 00:10:49 djm Exp $ */ 1/* $OpenBSD: ssh.c,v 1.477 2018/04/14 21:50:41 djm 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
@@ -1323,7 +1323,6 @@ main(int ac, char **av)
1323 (char *)NULL); 1323 (char *)NULL);
1324 free(cp); 1324 free(cp);
1325 } 1325 }
1326 free(conn_hash_hex);
1327 1326
1328 if (config_test) { 1327 if (config_test) {
1329 dump_client_config(&options, host); 1328 dump_client_config(&options, host);