summaryrefslogtreecommitdiff
path: root/test/ua.c
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-09-11 19:36:29 +0200
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-09-11 19:36:29 +0200
commitf6c5a53d2dcde84d2af82ceaff496a7883852dca (patch)
treee9aafc490708c78e04937ec5bbe1fcb6205b7af5 /test/ua.c
parentbd07501cded99bd4c6d7a763b94d695fc628806d (diff)
ua: remove accessor to SIP file descriptor (fd)
- The fd is platform specific, and should not be exposed in the public API. (this function was used a long time ago for iOS applications)
Diffstat (limited to 'test/ua.c')
-rw-r--r--test/ua.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ua.c b/test/ua.c
index 86bb876..4f04e4f 100644
--- a/test/ua.c
+++ b/test/ua.c
@@ -174,7 +174,6 @@ int test_ua_alloc(void)
return err;
/* verify this UA-instance */
- ASSERT_EQ(-1, ua_sipfd(ua));
ASSERT_TRUE(!ua_isregistered(ua));
ASSERT_STREQ("sip:user@127.0.0.1", ua_aor(ua));
ASSERT_TRUE(NULL == ua_call(ua));