X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ctx_support.c;h=cd3f14e2b3221fda1df7bec50231e16680a72451;hb=c8e651e15839411c85e105d16fd2ffc14c1cc1dd;hp=d15239a949177e4279ff508458bd5df531019ed8;hpb=9d06960949d8e58776de60f245c35184f1ed7441;p=ric-plt%2Flib%2Frmr.git diff --git a/test/test_ctx_support.c b/test/test_ctx_support.c index d15239a..cd3f14e 100644 --- a/test/test_ctx_support.c +++ b/test/test_ctx_support.c @@ -45,6 +45,7 @@ static inline uta_ctx_t *mk_dummy_ctx() { } memset( ctx, 0, sizeof( *ctx ) ); + ctx->snarf_rt_fd = -1; return ctx; } @@ -70,6 +71,7 @@ static inline uta_ctx_t *mk_dummy_ctx() { ctx->si_ctx = malloc( 1024 ); ctx->my_name = strdup( "hostname1" ); ctx->my_ip = strdup( "123.45.67.89" ); + ctx->snarf_rt_fd = -1; ctx->rtgate = (pthread_mutex_t *) malloc( sizeof( *ctx->rtgate ) ); if( ctx->rtgate != NULL ) {