[zaptel-commits] file: branch 1.4 r2991 - /branches/1.4/zaptel.h
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Tue Sep 4 09:09:36 CDT 2007
Author: file
Date: Tue Sep 4 09:09:35 2007
New Revision: 2991
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2991
Log:
(closes issue #10087)
Reported by: Matti
Remove comment that is no longer true. -1 will not cause the name to be used.
Modified:
branches/1.4/zaptel.h
Modified: branches/1.4/zaptel.h
URL: http://svn.digium.com/view/zaptel/branches/1.4/zaptel.h?view=diff&rev=2991&r1=2990&r2=2991
==============================================================================
--- branches/1.4/zaptel.h (original)
+++ branches/1.4/zaptel.h Tue Sep 4 09:09:35 2007
@@ -210,7 +210,7 @@
typedef struct zt_spaninfo
{
-int spanno; /* span number (or -1 to use name) */
+int spanno; /* span number */
char name[20]; /* Name of span */
char desc[40]; /* Description of span */
int alarms; /* alarms status */
More information about the zaptel-commits
mailing list