2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-12 17:31:09 +08:00

[svn-r2801]

Purpose:
    Change to a more appropriate way.
Description:
    Change the port number from hard-coded to the one depending on
    the configure file ~/.srb/.MdasEnv.
Solution:
    [details about the changes, algorithm, etc...]
    [Please as detail as you can since your own explanation is
    better than others guessing it from the code.]
Platforms tested:
    [machines you have tested the changed version.  This is absolute
    important.  Test it out on at least two or three different platforms
    such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
    64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
This commit is contained in:
Raymond Lu 2000-11-03 15:43:46 -05:00
parent 86ba18c0a7
commit 3e9676aed5

@ -76,7 +76,7 @@ int main(void)
int i, j;
SRB_Info srb_info={ "ghidorah.sdsc.edu", /* Using SDSC SRB server,
* don't append port number. */
"5557", /* SRB host port number */
NULL, /* SRB host default port number*/
NULL, /* SRB Authentication-password,
* using the one in
* ~/.srb/.MdasAuth */