summaryrefslogtreecommitdiffstats
path: root/tests/e1inp_ipa_bts_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/e1inp_ipa_bts_test.c')
-rw-r--r--tests/e1inp_ipa_bts_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e1inp_ipa_bts_test.c b/tests/e1inp_ipa_bts_test.c
index bf6cf16..6f4ceaa 100644
--- a/tests/e1inp_ipa_bts_test.c
+++ b/tests/e1inp_ipa_bts_test.c
@@ -76,7 +76,7 @@ int main(void)
* it explains how this is done with ISDN.
*/
- if (e1inp_line_update(line, E1INP_LINE_R_BTS) < 0) {
+ if (e1inp_line_update(line, E1INP_LINE_R_BTS, "127.0.0.1") < 0) {
LOGP(DBTSTEST, LOGL_ERROR, "problem enabling E1 line\n");
exit(EXIT_FAILURE);
}