about summary refs log tree commit diff
path: root/sunrpc/bindrsvprt.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-05-24 16:31:35 +0000
committerJakub Jelinek <jakub@redhat.com>2005-05-24 16:31:35 +0000
commitfa5b2af750e09b61ffc5f636f269968429de1ba1 (patch)
tree9d1ca066b56ea69650148357d2873df6e5398f7f /sunrpc/bindrsvprt.c
parent79fa824a275808f400d3751e2559471f5cb43119 (diff)
downloadglibc-fa5b2af750e09b61ffc5f636f269968429de1ba1.tar.gz
glibc-fa5b2af750e09b61ffc5f636f269968429de1ba1.tar.xz
glibc-fa5b2af750e09b61ffc5f636f269968429de1ba1.zip
Updated to fedora-glibc-20050524T1606
Diffstat (limited to 'sunrpc/bindrsvprt.c')
-rw-r--r--sunrpc/bindrsvprt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/bindrsvprt.c b/sunrpc/bindrsvprt.c
index 39c1e8063d..f58d3b2a8b 100644
--- a/sunrpc/bindrsvprt.c
+++ b/sunrpc/bindrsvprt.c
@@ -48,7 +48,7 @@ bindresvport (int sd, struct sockaddr_in *sin)
   int i;
 
 #define STARTPORT 600
-#define LOWPORT 200
+#define LOWPORT 512
 #define ENDPORT (IPPORT_RESERVED - 1)
 #define NPORTS	(ENDPORT - STARTPORT + 1)
   static short startport = STARTPORT;