diff options
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clientloop.c b/clientloop.c index d317b79f4..a9572134a 100644 --- a/clientloop.c +++ b/clientloop.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: clientloop.c,v 1.162 2006/04/20 09:27:09 djm Exp $ */ | 1 | /* $OpenBSD: clientloop.c,v 1.163 2006/05/16 09:00:00 markus 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 |
@@ -844,6 +844,7 @@ client_process_control(fd_set *readset) | |||
844 | 844 | ||
845 | debug2("%s: accepted tty %d, subsys %d, cmd %s", __func__, | 845 | debug2("%s: accepted tty %d, subsys %d, cmd %s", __func__, |
846 | cctx->want_tty, cctx->want_subsys, cmd); | 846 | cctx->want_tty, cctx->want_subsys, cmd); |
847 | xfree(cmd); | ||
847 | 848 | ||
848 | /* Gather fds from client */ | 849 | /* Gather fds from client */ |
849 | new_fd[0] = mm_receive_fd(client_fd); | 850 | new_fd[0] = mm_receive_fd(client_fd); |