summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-04 14:09:35 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-04 14:09:35 +0000
commit66e924c18485595c191630202ada578e72436f0b (patch)
treeade2c6d3a82597cf6d20d3714a0b219b840ac3a7 /zaptel.h
parent4fcfbecfd91eacf8fc7441e3c645e0f72277b650 (diff)
(closes issue #10087)
Reported by: Matti Remove comment that is no longer true. -1 will not cause the name to be used. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2991 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.h')
-rw-r--r--zaptel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zaptel.h b/zaptel.h
index 24b12fe..7caf065 100644
--- a/zaptel.h
+++ b/zaptel.h
@@ -210,7 +210,7 @@ int pulseaftertime;
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 */