projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a64c09e
)
updates.
author
Pekka Riikonen
<priikone@silcnet.org>
Mon, 19 Feb 2001 14:49:34 +0000
(14:49 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Mon, 19 Feb 2001 14:49:34 +0000
(14:49 +0000)
apps/silc/silc.c
patch
|
blob
|
history
diff --git
a/apps/silc/silc.c
b/apps/silc/silc.c
index 60aa56633075d30a8a8bb96dce7ba7a90761682f..16753c5f1a08a44d76fabfa205e12aab71c87bdb 100644
(file)
--- a/
apps/silc/silc.c
+++ b/
apps/silc/silc.c
@@
-546,7
+546,7
@@
static void silc_client_process_message(SilcClientInternal app)
/* Allocate command context. This and its internals must be free'd
by the command routine receiving it. */
- ctx = silc_c
lient_command_alloc(
);
+ ctx = silc_c
alloc(1, sizeof(*ctx)
);
ctx->client = app->client;
ctx->conn = app->conn;
ctx->command = cmd;