Added support for handling notifys always in same order as
[silc.git] / lib / silcclient / command_reply.c
index 1e2a21fffda97db884d94702c578f87cf85725e3..46832f7e74dd8ba0fdddbe2239597ca9ab040662 100644 (file)
@@ -432,8 +432,12 @@ silc_client_command_reply_identify_save(SilcClientCommandReplyContext cmd,
          COMMAND_REPLY_ERROR;
        return;
       }
+    } else {
+      silc_client_update_server(client, conn, server_entry, name, info);
     }
 
+    server_entry->resolve_cmd_ident = 0;
+
     /* Notify application */
     if (notify)
       COMMAND_REPLY((ARGS, server_entry, name, info));