mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 16:43:11 +01:00
Whoops, that shouldn't have been there.
This commit is contained in:
parent
2ddcb51df3
commit
9cf68ac868
@ -1,4 +1,4 @@
|
||||
/* $Id: server-fn.c,v 1.67 2009-07-08 18:03:03 nicm Exp $ */
|
||||
/* $Id: server-fn.c,v 1.68 2009-07-08 18:05:33 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -202,7 +202,7 @@ server_unlock(const char *s)
|
||||
|
||||
for (i = 0; i < ARRAY_LENGTH(&clients); i++) {
|
||||
c = ARRAY_ITEM(&clients, i);
|
||||
if (c == NULL || c->prompt_buffer == NULL)
|
||||
if (c == NULL)
|
||||
continue;
|
||||
|
||||
status_prompt_clear(c);
|
||||
|
Loading…
Reference in New Issue
Block a user