New status type string.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 6 May 2007 20:03:40 +0000 (20:03 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 6 May 2007 20:03:40 +0000 (20:03 +0000)
lib/silcapputil/silcapputil.c

index b5901294b24cc4784f2ecba70d0a6ce2d7c2aed3..9734817286b216ce3432b1fac79d8e8a1eb6e562 100644 (file)
@@ -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 }
 };