diff --git a/testsample.py b/testsample.py
index 74acdaa54767caa6f8c67820b45f7485c843498a..98ae969e362c014273327013b17ee7ebde4fb122 100644
--- a/testsample.py
+++ b/testsample.py
@@ -7,6 +7,7 @@ import StringIO
 
 class TestMilter(sample.sampleMilter):
 
+  _protocol = 0
   def __init__(self):
     self.logfp = open("test/milter.log","a")