projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbaab61
)
Added missing goto flag.
author
Pekka Riikonen
<priikone@silcnet.org>
Tue, 27 Jun 2000 19:38:40 +0000
(19:38 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Tue, 27 Jun 2000 19:38:40 +0000
(19:38 +0000)
apps/silc/command.c
patch
|
blob
|
history
diff --git
a/apps/silc/command.c
b/apps/silc/command.c
index 5c64ca8fa3bf8fc70c867a1de54735007929a122..67307f228f4ac467523dd8697695020409aeb82c 100644
(file)
--- a/
apps/silc/command.c
+++ b/
apps/silc/command.c
@@
-20,8
+20,11
@@
/*
* $Id$
* $Log$
- * Revision 1.1 2000/06/27 11:36:56 priikone
- * Initial revision
+ * Revision 1.2 2000/06/27 19:38:40 priikone
+ * Added missing goto flag.
+ *
+ * Revision 1.1.1.1 2000/06/27 11:36:56 priikone
+ * Importet from internal CVS/Added Log headers.
*
*
*/
@@
-350,6
+353,7
@@
SILC_CLIENT_CMD_FUNC(quit)
cmd->client->screen->bottom_line->connection = NULL;
silc_screen_print_bottom_line(cmd->client->screen, 0);
+out:
silc_client_command_free(cmd);
}