]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
When SS7 is enabled add w/SS7 to the end. (issue #9893 reported by Mike Anikienko)
authorJoshua Colp <jcolp@digium.com>
Wed, 6 Jun 2007 12:23:59 +0000 (12:23 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 6 Jun 2007 12:23:59 +0000 (12:23 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67596 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_zap.c

index e65fc26c883812dacee1b5434ec957f34a15b083..a72ed27638b4478b3030309a0eae056ad09e87d7 100644 (file)
@@ -166,7 +166,7 @@ static const char tdesc[] = "Zapata Telephony Driver"
 #ifdef HAVE_PRI
                " w/PRI"
 #endif
-#ifdef HAVEL_LIBSS7
+#ifdef HAVEL_SS7
               "w/SS7"
 #endif
 ;