diff options
Diffstat (limited to 'os/xdmcp.c')
-rw-r--r-- | os/xdmcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/xdmcp.c b/os/xdmcp.c index 43af268e4..d9aa52716 100644 --- a/os/xdmcp.c +++ b/os/xdmcp.c @@ -13,7 +13,7 @@ * without express or implied warranty. * */ -/* $XFree86: xc/programs/Xserver/os/xdmcp.c,v 3.28 2003/11/11 00:27:14 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/os/xdmcp.c,v 3.29 2003/11/22 04:51:02 dawes Exp $ */ #ifdef WIN32 /* avoid conflicting definitions */ @@ -1607,7 +1607,7 @@ get_mcast_options(argc, argv, i) int argc, i; char **argv; { - char *address = "ff02::1"; /* Default address until IANA assigns one */ + char *address = XDM_DEFAULT_MCAST_ADDR6; int hopcount = 1; struct addrinfo hints; char portstr[6]; |