[xorg-commit-diffs] xc/programs/xdm access.c, 1.1.4.3.4.1, 1.1.4.3.4.2

Alan Coopersmith xorg-commit at pdx.freedesktop.org
Fri Mar 26 22:13:26 PST 2004


Committed by: alanc


Index: access.c
===================================================================
RCS file: /cvs/xorg/xc/programs/xdm/access.c,v
retrieving revision 1.1.4.3.4.1
retrieving revision 1.1.4.3.4.2
diff -u -d -r1.1.4.3.4.1 -r1.1.4.3.4.2
--- a/access.c	4 Mar 2004 17:48:55 -0000	1.1.4.3.4.1
+++ b/access.c	27 Mar 2004 06:13:23 -0000	1.1.4.3.4.2
@@ -904,9 +904,9 @@
 	    h = d->hosts;
 	    if (h != NULL) {
 		(*listenfunction) (&h->entry.hostAddress, closure);
-	    }
-	    for (h = h->next; h != NULL; h = h->next) {
-		(*mcastfunction) (&h->entry.hostAddress, closure);
+		for (h = h->next; h != NULL; h = h->next) {
+		    (*mcastfunction) (&h->entry.hostAddress, closure);
+		}
 	    }
 	}
     }




More information about the xorg-commit-diffs mailing list