*** 1.5 1994/06/29 18:21:54 --- CHANGES 1994/06/29 18:22:34 *************** *** 1,4 **** --- 1,8 ---- $Id: CHANGES,v 1.5 1994/06/29 18:21:54 barr Exp barr $ + Version 1.8.1 + One-line fix to remove reference to non-existent parameter to getmaster(). + Reported by petri@ibr.cs.tu-bs.de (Stefan Petri). + Version 1.8 Typos, documentation corrections, additions to TIPS as well as stuff for TODO from Piete Brooks . *** 1.9 1994/06/27 14:13:24 --- dnswalk 1994/06/29 18:13:45 *************** *** 221,227 **** sub getmaster { # return 'master' server for zone local ($master)=""; $SIG{'INT'}="nop;"; ! open(DIG,"dig soa $_[0] \@$_[1] 2>/dev/null|"); while () { if (/.*\t\d+\tSOA\t(\S+) /) { $master=$1; --- 221,227 ---- sub getmaster { # return 'master' server for zone local ($master)=""; $SIG{'INT'}="nop;"; ! open(DIG,"dig soa $_[0] 2>/dev/null|"); while () { if (/.*\t\d+\tSOA\t(\S+) /) { $master=$1;