[xorg-commit-diffs] xc/programs/xdm access.c, 1.1.4.3.4.1,
1.1.4.3.4.1.6.1
Roland Mainz
xorg-commit at pdx.freedesktop.org
Sat Apr 10 02:05:53 PDT 2004
Committed by: gisburn
Update of /cvs/xorg/xc/programs/xdm
In directory pdx:/tmp/cvs-serv7662/xc/programs/xdm
Modified Files:
Tag: XPRINT
access.c
Log Message:
Resync to 2004-04-10 XORG-RELEASE-1 branch
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.1.6.1
diff -u -d -r1.1.4.3.4.1 -r1.1.4.3.4.1.6.1
--- a/access.c 4 Mar 2004 17:48:55 -0000 1.1.4.3.4.1
+++ b/access.c 10 Apr 2004 09:05:49 -0000 1.1.4.3.4.1.6.1
@@ -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