diff options
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 */ |