head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2002.11.20.13.31.44;	author ijliao;	state dead;
branches;
next	1.1;

1.1
date	2002.10.26.01.01.48;	author silby;	state Exp;
branches;
next	;


desc
@@


1.2
log
@upgrade to 1.8.1

PR:		45458
Submitted by:	Ports Fury
@
text
@--- src/broker/Glimpse/index.c.old	Fri Oct 25 19:52:18 2002
+++ src/broker/Glimpse/index.c	Fri Oct 25 19:52:34 2002
@@@@ -192,7 +192,7 @@@@
 		GL_GlimpseSrvPort = -1;
 		return;
 	}
-	if (GL_GlimpseSrvPort <= IPPORT_USERRESERVED) {
+	if (GL_GlimpseSrvPort <= 5000) {
 		/* choose a random port number between 16384-30000 */
 #if defined(HAVE_SRAND48) && defined(HAVE_LRAND48)
 		srand48(time(NULL));
@


1.1
log
@Remove use of IPPORT_USERRESERVED, fix build on 5.0.
@
text
@@

