projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccfbb5f
)
removed assert()
author
Pekka Riikonen
<priikone@silcnet.org>
Thu, 27 Jun 2002 12:56:42 +0000
(12:56 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Thu, 27 Jun 2002 12:56:42 +0000
(12:56 +0000)
apps/silcd/server.c
patch
|
blob
|
history
diff --git
a/apps/silcd/server.c
b/apps/silcd/server.c
index cc772361c46533c3036059ae928ac873495bdbfd..4f8658bd629150c00c8a9a4df82578767def5adb 100644
(file)
--- a/
apps/silcd/server.c
+++ b/
apps/silcd/server.c
@@
-3696,7
+3696,6
@@
SilcChannelEntry silc_server_save_channel_key(SilcServer server,
if (!channel) {
SILC_LOG_ERROR(("Received key for non-existent channel %s",
silc_id_render(id, SILC_ID_CHANNEL)));
- assert(FALSE);
goto out;
}
}