Browse Source

Fix typo in oscp

Andy Grimm 9 năm trước cách đây
mục cha
commit
8b158eca7c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bin/oscp

+ 1 - 1
bin/oscp

@@ -211,7 +211,7 @@ class Oscp(object):
 
 
             # Assume we have one and only one.
             # Assume we have one and only one.
             hostname, server_info = results[0]
             hostname, server_info = results[0]
-            dns = server_info['oo_pulic_ip']
+            dns = server_info['oo_public_ip']
 
 
             host_str = "%s%s%s" % (self.user, dns, self.path)
             host_str = "%s%s%s" % (self.user, dns, self.path)