From b864212caad9d232f327c9c16a819fecfff65d30 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 23 Jun 2006 01:03:52 +0000 Subject: Fixed pjsip-test and added msg_err_test.c for testing parsing errors git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@547 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/src/test-pjsip/tsx_uac_test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'pjsip/src/test-pjsip/tsx_uac_test.c') diff --git a/pjsip/src/test-pjsip/tsx_uac_test.c b/pjsip/src/test-pjsip/tsx_uac_test.c index c699bc54..262e5ce2 100644 --- a/pjsip/src/test-pjsip/tsx_uac_test.c +++ b/pjsip/src/test-pjsip/tsx_uac_test.c @@ -102,7 +102,6 @@ static pjsip_module tsx_user = { "Tsx-UAC-User", 12}, /* Name. */ -1, /* Id */ PJSIP_MOD_PRIORITY_APPLICATION-1, /* Priority */ - NULL, /* User data. */ NULL, /* load() */ NULL, /* start() */ NULL, /* stop() */ @@ -121,7 +120,6 @@ static pjsip_module msg_receiver = { "Msg-Receiver", 12}, /* Name. */ -1, /* Id */ PJSIP_MOD_PRIORITY_APPLICATION-1, /* Priority */ - NULL, /* User data. */ NULL, /* load() */ NULL, /* start() */ NULL, /* stop() */ -- cgit v1.2.3