Added support for NO_SUCH_PUBLIC_KEY status.
[silc.git] / apps / silcd / server_util.c
index 2f96514fecc6b1718a3c8b85f6ffe5f337f9d583..3086aef444e2d77a4e4cec4cd46cf344e934ec2a 100644 (file)
@@ -1357,8 +1357,8 @@ SilcBool silc_server_check_cmode_rights(SilcServer server,
    FALSE if setting some mode is not allowed. */
 
 SilcBool silc_server_check_umode_rights(SilcServer server,
-                                   SilcClientEntry client,
-                                   SilcUInt32 mode)
+                                       SilcClientEntry client,
+                                       SilcUInt32 mode)
 {
   SilcBool server_op = FALSE, router_op = FALSE;