silcd: Fixed IDENTIFY command reply handling for channels
[silc.git] / apps / silcd / command_reply.h
index 2b3671871c173146f07853c7abcebf191800b175..bee08124d893cdb14cbbed7491e057094a11654e 100644 (file)
@@ -49,6 +49,7 @@ typedef struct {
   SilcServerCommandPendingCallbacks callbacks;
   SilcUInt32 callbacks_count;
   SilcUInt16 ident;
+  unsigned int pending : 1;
 } *SilcServerCommandReplyContext;
 
 /* Macros */