Fixed ticket #65: broken pjsip-test compilation because of recent changes in transport

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@890 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip/src/test-pjsip/transport_loop_test.c b/pjsip/src/test-pjsip/transport_loop_test.c
index c2c122e..ad6597d 100644
--- a/pjsip/src/test-pjsip/transport_loop_test.c
+++ b/pjsip/src/test-pjsip/transport_loop_test.c
@@ -37,7 +37,7 @@
 
     /* Test acquire transport. */
     status = pjsip_endpt_acquire_transport( endpt, PJSIP_TRANSPORT_LOOP_DGRAM,
-					    &addr, sizeof(addr), &loop);
+					    &addr, sizeof(addr), NULL, &loop);
     if (status != PJ_SUCCESS) {
 	app_perror("   error: loop transport is not configured", status);
 	return -20;