updates
[silc.git] / apps / silc / client_ops.c
index 23c0b7202fee640aafaa3705862865124fdbf714..d715e5d9379837eda476f41529d67e6ed1917839 100644 (file)
@@ -901,7 +901,7 @@ void silc_command_reply(SilcClient client, SilcClientConnection conn,
        unsigned char *pk;
        uint32 pk_len;
 
-       id_type = va_arg(vp, SilcIdType);
+       id_type = va_arg(vp, uint32);
        entry = va_arg(vp, void *);
        public_key = va_arg(vp, SilcPublicKey);