projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cabe511
)
updates.
author
Pekka Riikonen
<priikone@silcnet.org>
Sun, 12 Aug 2001 09:30:27 +0000
(09:30 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sun, 12 Aug 2001 09:30:27 +0000
(09:30 +0000)
apps/silcd/protocol.c
patch
|
blob
|
history
diff --git
a/apps/silcd/protocol.c
b/apps/silcd/protocol.c
index a68815dedeb600405e1ccc9bf322b0533175a8c8..543687a5f3f244195000096b2b152269a8012c79 100644
(file)
--- a/
apps/silcd/protocol.c
+++ b/
apps/silcd/protocol.c
@@
-1545,7
+1545,7
@@
SILC_TASK_CALLBACK(silc_server_protocol_rekey)
if (ctx->packet->type != SILC_PACKET_REKEY_DONE) {
/* Error in protocol */
protocol->state = SILC_PROTOCOL_STATE_ERROR;
- silc_protocol_execute(protocol, server->schedule, 0,
30000
0);
+ silc_protocol_execute(protocol, server->schedule, 0, 0);
return;
}