Skip to content

Commit

Permalink
Undoing an unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
asolino committed Jul 1, 2016
1 parent 267ee5e commit d824905
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions impacket/smb3.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ def printStatus(self):
print "%-40s : %s" % i

def getServerName(self):
if self._Session['ServerName'] == '':
return self._Connection['ServerName']
return self._Session['ServerName']

def getRemoteName(self):
Expand Down

0 comments on commit d824905

Please sign in to comment.