Skip to content

Commit 480f920

Browse files
authored
Update netfilterqueue.pyx
1 parent adb2545 commit 480f920

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

netfilterqueue.pyx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ cdef class NetfilterQueue:
146146
# running queues
147147
if nfq_bind_pf(self.h, self.af) < 0:
148148
raise OSError("Failed to bind family %s. Are you root?" % self.af)
149+
#test why it outputs this info
150+
print nfq_bind_pf(self.h, self.af)
151+
print self.h, self.af,self
149152

150153
def __dealloc__(self):
151154
if self.qh != NULL:

0 commit comments

Comments
 (0)