[Blahzdns-cvs] blahzdns/outputInterfaces bind9.py,1.2,1.3
Status: Alpha
Brought to you by:
msroest
From: Mike R. <ms...@us...> - 2004-03-29 02:59:58
|
Update of /cvsroot/blahzdns/blahzdns/outputInterfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6389 Modified Files: bind9.py Log Message: Fixed typo. Index: bind9.py =================================================================== RCS file: /cvsroot/blahzdns/blahzdns/outputInterfaces/bind9.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bind9.py 4 Feb 2004 23:43:18 -0000 1.2 --- bind9.py 29 Mar 2004 02:48:35 -0000 1.3 *************** *** 253,257 **** if type == 'CNAME': if(ttl == None): ! ttl=globalttyl else: ttl = ttl.__str__() --- 253,257 ---- if type == 'CNAME': if(ttl == None): ! ttl=globalttl else: ttl = ttl.__str__() |