projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82053c3
)
Little longer pending timeout.
author
Pekka Riikonen
<priikone@silcnet.org>
Sun, 17 Apr 2005 15:25:35 +0000
(15:25 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sun, 17 Apr 2005 15:25:35 +0000
(15:25 +0000)
apps/silcd/command.c
patch
|
blob
|
history
diff --git
a/apps/silcd/command.c
b/apps/silcd/command.c
index 5d94f74b9a02c69d38ed45df0c1b16dc8daabf0c..f905371278b66f5cddb83521ea5ed20bd30b4cc1 100644
(file)
--- a/
apps/silcd/command.c
+++ b/
apps/silcd/command.c
@@
-421,7
+421,7
@@
bool silc_server_command_pending_timed(SilcServer server,
reply->timeout =
silc_schedule_task_add(server->schedule, 0,
silc_server_command_pending_timeout, reply,
- timeout ? timeout : 1
0
, 0,
+ timeout ? timeout : 1
2
, 0,
SILC_TASK_TIMEOUT, SILC_TASK_PRI_LOW);
silc_dlist_add(server->pending_commands, reply);