diff --git a/_examples/funkensturm/funkensturm.go b/_examples/funkensturm/funkensturm.go index 3c7f5b7f..59419111 100644 --- a/_examples/funkensturm/funkensturm.go +++ b/_examples/funkensturm/funkensturm.go @@ -114,10 +114,6 @@ func doFunkensturm(i []byte) ([]byte, os.Error) { resultpkt = a.Func(pkt1, ok) } - if resultpkt == nil { - return nil, &dns.Error{Error: "Action function returned nil packet"} - } - if *verbose { fmt.Printf(">>>>>> ORIGINAL OUTGOING\n") fmt.Printf("%v", resultpkt)