Kerberos sever back online, squashed some bugs

This commit is contained in:
byt3bl33d3r 2015-04-30 00:10:55 +02:00
commit aa4e022ab0
7 changed files with 93 additions and 77 deletions

View file

@ -176,6 +176,7 @@ SMBserver().start()
#start the reactor
reactor.run()
print "\n"
#run each plugins finish() on exit
for p in load:
p.finish()