diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2000-11-03 20:43:46 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2000-11-03 20:43:46 (GMT) |
commit | 3e9676aed5358a28aaf7ccc35e1b499f2a279f9c (patch) | |
tree | 64b5ec287e26630ebf8b5349f9bb6098110af40c /test | |
parent | 86ba18c0a7bc0cd5d469e82ab25b9b33cd5327cc (diff) | |
download | hdf5-3e9676aed5358a28aaf7ccc35e1b499f2a279f9c.zip hdf5-3e9676aed5358a28aaf7ccc35e1b499f2a279f9c.tar.gz hdf5-3e9676aed5358a28aaf7ccc35e1b499f2a279f9c.tar.bz2 |
[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.]
Diffstat (limited to 'test')
-rw-r--r-- | test/srb_write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/srb_write.c b/test/srb_write.c index ebc50c6..69b9e67 100644 --- a/test/srb_write.c +++ b/test/srb_write.c @@ -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 */ |