gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6589 - GNUnet/src/applications/chat


From: gnunet
Subject: [GNUnet-SVN] r6589 - GNUnet/src/applications/chat
Date: Fri, 21 Mar 2008 17:38:42 -0600 (MDT)

Author: nevans
Date: 2008-03-21 17:38:41 -0600 (Fri, 21 Mar 2008)
New Revision: 6589

Modified:
   GNUnet/src/applications/chat/chat.c
Log:
fix for a stupid error, chat member list should work now

Modified: GNUnet/src/applications/chat/chat.c
===================================================================
--- GNUnet/src/applications/chat/chat.c 2008-03-21 22:55:46 UTC (rev 6588)
+++ GNUnet/src/applications/chat/chat.c 2008-03-21 23:38:41 UTC (rev 6589)
@@ -67,9 +67,9 @@
        {
                fprintf(stderr,"Checking room members\n");
                pos = client_list_head;
-               compare_pos = client_list_head;
                while(pos != NULL)
                {
+                       compare_pos = client_list_head;
                        while(compare_pos != NULL)
                        {
                                
if(memcmp(&pos->room_name_hash,&compare_pos->room_name_hash,sizeof(GNUNET_HashCode))
 == 0)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]