- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/lib.shell/multicommand.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/opihi/lib.shell/multicommand.c
r27435 r33415 13 13 void multicommand_InitServer () { 14 14 15 char hostname[256], PASSWORD[256] ;15 char hostname[256], PASSWORD[256], portinfo[256]; 16 16 17 17 if (server != 0) { … … 27 27 } 28 28 29 /* is a port range defined? otherwise use the default */ 30 memset (portinfo, 0, 256); 31 VarConfig ("PANTASKS_SERVER_PORT", "%s", portinfo); 32 29 33 /* attempt to connect to the server */ 30 server = GetClientSocket (hostname );34 server = GetClientSocket (hostname, portinfo); 31 35 32 36 /* here we can perform the security handshaking */
Note:
See TracChangeset
for help on using the changeset viewer.
