Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Commit

Permalink
small bug fix - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
f0cker committed Sep 24, 2014
1 parent 164a299 commit cb3c902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ikeforce.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ class ThreadedIKEServer(SocketServer.ThreadingMixIn, SocketServer.UDPServer):
#Odd length string fix/hack
hexSecret = "0" + hexSecret
if debug > 0:
print "SA_i: %s"%sSA_i
print "SA_i: %s"%SA_i
print "Secret: %s"%secret
print "Hexlified Secret: %s"%hexSecret

Expand Down

0 comments on commit cb3c902

Please sign in to comment.