Use +3 port by default for the WS interface
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 22 Nov 2004 14:42:26 +0000 (14:42 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 22 Nov 2004 14:42:26 +0000 (14:42 +0000)
org.glite.lb.server/project/version.properties
org.glite.lb.server/src/bkserverd.c

index 1ada20a..2a1f79c 100644 (file)
@@ -1,4 +1,4 @@
-#Mon Nov 22 05:57:52 CET 2004
-module.version=0.5.1
+#Fri Nov 19 14:23:03 CET 2004
+module.version=0.5.2
 module.build=92
 module.age=4
index 3f540fd..5204b7b 100644 (file)
@@ -271,7 +271,7 @@ int main(int argc, char *argv[])
 
        asprintf(&port, "%d", GLITE_WMSC_JOBID_DEFAULT_PORT);
 #ifdef GLITE_LB_SERVER_WITH_WS
-       asprintf(&ws_port, "%d", GLITE_WMSC_JOBID_DEFAULT_PORT+2);
+       asprintf(&ws_port, "%d", GLITE_WMSC_JOBID_DEFAULT_PORT+3);
 #endif         /* GLITE_LB_SERVER_WITH_WS */
        server_cert = server_key = cadir = vomsdir = NULL;