From 66e924c18485595c191630202ada578e72436f0b Mon Sep 17 00:00:00 2001 From: file Date: Tue, 4 Sep 2007 14:09:35 +0000 Subject: (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 --- zaptel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zaptel.h') 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 */ -- cgit v1.2.3