projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4fc467
)
New status type string.
author
Pekka Riikonen
<priikone@silcnet.org>
Sun, 6 May 2007 20:03:40 +0000
(20:03 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sun, 6 May 2007 20:03:40 +0000
(20:03 +0000)
lib/silcapputil/silcapputil.c
patch
|
blob
|
history
diff --git
a/lib/silcapputil/silcapputil.c
b/lib/silcapputil/silcapputil.c
index b5901294b24cc4784f2ecba70d0a6ce2d7c2aed3..9734817286b216ce3432b1fac79d8e8a1eb6e562 100644
(file)
--- a/
lib/silcapputil/silcapputil.c
+++ b/
lib/silcapputil/silcapputil.c
@@
-618,6
+618,7
@@
static const SilcStatusMessage silc_status_messages[] = {
{ STAT(OPERATION_ALLOWED), "Operation is not allowed" },
{ STAT(BAD_SERVER), "Bad server name" },
{ STAT(BAD_USERNAME), "Bad user name" },
+ { STAT(NO_SUCH_PUBLIC_KEY), "Unknown public key" },
{ 0, NULL }
};