Release 0.9.2-2

This commit is contained in:
Stuart Gathman
2009-06-02 21:38:09 +00:00
parent 60963b3c37
commit 372fad6ac9
3 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -101,8 +101,8 @@ class Base(object):
ca = getattr(func,'milter_protocol',0)
#print func,hex(nr),hex(nc),hex(ca)
p |= (nr|nc) & ~ca
klass._protocol_mask = p
return p
klass._protocol_mask = p
return p
# Default negotiation sets P_NO* and P_NR* for callbacks
# marked @nocallback and @noreply respectively