aboutsummaryrefslogtreecommitdiffstats
path: root/sualibrary/testup/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sualibrary/testup/main.cpp')
-rw-r--r--sualibrary/testup/main.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/sualibrary/testup/main.cpp b/sualibrary/testup/main.cpp
index fbcd983..35ffd9f 100644
--- a/sualibrary/testup/main.cpp
+++ b/sualibrary/testup/main.cpp
@@ -15,7 +15,7 @@
* *
***************************************************************************/
/*
- * $Id: main.cpp,v 1.2 2002/10/15 14:37:59 p82609 Exp $
+ * $Id: main.cpp,v 1.1 2003/01/14 13:47:56 p82609 Exp $
*
* SUA Test user part implementation.
*
@@ -174,7 +174,7 @@ int sua_get_arguments(int argc, char **argv)
num_of_arg++;
sua_filename = argv[num_of_arg];
result = sua_read_config_file( argv[num_of_arg]);
-
+
break;
}
case 'i':
@@ -292,8 +292,7 @@ int main(int argc, char **argv )
// register sua and its users
// register all the local SUA together with their SCTP instances
- res = sua_registerInstance( 255,
- SUACallbackFunctions
+ res = sua_registerInstance( SUACallbackFunctions
);
// initiate all the SUA associations with their respective peers
res = sua_associate();