From b93317f38be8ba6e5e5bd21e295bdc1cffa28110 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sat, 26 Jun 2004 04:42:20 +0000 Subject: [PATCH] Make sure NSF is initialized properly git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@123 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- pri.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pri.c b/pri.c index ae59646..985e604 100755 --- a/pri.c +++ b/pri.c @@ -74,6 +74,7 @@ static struct pri *__pri_new(int fd, int node, int switchtype, struct pri *maste p->cref = 1; p->sapi = Q921_SAPI_CALL_CTRL; p->tei = 0; + p->nsf = PRI_NSF_NONE; p->protodisc = Q931_PROTOCOL_DISCRIMINATOR; p->master = master; p->callpool = &p->localpool;