Skip to content

Commit

Permalink
Fixed copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
jekyc committed Jul 27, 2014
1 parent 0d516e2 commit 34490d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def run(self):
self.results.add(self.category, pkg, {'version': version, 'count':1}, False)

elif hdr == 'Set-Cookie':
if 'ASP.NET_SessionId' in line:
if 'ASP.NET_SessionId' in val:
pkg = "ASP.NET"
version = ''

Expand Down

0 comments on commit 34490d4

Please sign in to comment.