projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a94c29
)
app->conn = NULL when received disconnect operation.
author
Pekka Riikonen
<priikone@silcnet.org>
Sun, 11 Feb 2001 21:29:08 +0000
(21:29 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sun, 11 Feb 2001 21:29:08 +0000
(21:29 +0000)
apps/silc/client_ops.c
patch
|
blob
|
history
diff --git
a/apps/silc/client_ops.c
b/apps/silc/client_ops.c
index 511b20c4e500342c656909e3bdcbc7a2c5a82fac..ae20153b4756212d52f089c16a18f88f784f1d4f 100644
(file)
--- a/
apps/silc/client_ops.c
+++ b/
apps/silc/client_ops.c
@@
-358,6
+358,7
@@
void silc_disconnect(SilcClient client, SilcClientConnection conn)
app->screen->bottom_line->connection = NULL;
silc_screen_print_bottom_line(app->screen, 0);
+ app->conn = NULL;
}
/* Asks passphrase from user on the input line. */