diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.c,v 1.308 2007/11/03 02:03:49 deraadt Exp $ */ | 1 | /* $OpenBSD: ssh.c,v 1.309 2008/01/19 20:51:26 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 |
@@ -1393,6 +1393,8 @@ control_client(const char *path) | |||
1393 | if (options.forward_agent) | 1393 | if (options.forward_agent) |
1394 | flags |= SSHMUX_FLAG_AGENT_FWD; | 1394 | flags |= SSHMUX_FLAG_AGENT_FWD; |
1395 | 1395 | ||
1396 | signal(SIGPIPE, SIG_IGN); | ||
1397 | |||
1396 | buffer_init(&m); | 1398 | buffer_init(&m); |
1397 | 1399 | ||
1398 | /* Send our command to server */ | 1400 | /* Send our command to server */ |