mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Sync OpenBSD patchset 364:
Fix comment.
This commit is contained in:
parent
d23635f66d
commit
64e9d07b1b
4
cmd.c
4
cmd.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: cmd.c,v 1.120 2009-10-06 14:14:06 tcunha Exp $ */
|
/* $Id: cmd.c,v 1.121 2009-10-07 17:10:44 tcunha Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -408,7 +408,7 @@ cmd_find_client(struct cmd_ctx *ctx, const char *arg)
|
|||||||
return (ctx->curclient);
|
return (ctx->curclient);
|
||||||
/*
|
/*
|
||||||
* No current client set. Find the current session and see if
|
* No current client set. Find the current session and see if
|
||||||
* it has only has one client.
|
* it has only one client.
|
||||||
*/
|
*/
|
||||||
s = cmd_current_session(ctx);
|
s = cmd_current_session(ctx);
|
||||||
if (s != NULL) {
|
if (s != NULL) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user