Skip to content

Commit 5df52b1

Browse files
committed
bug fixes
1 parent d59c749 commit 5df52b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
devel:
1+
v4.1.2 (Nov/2024):
22
- scan:
33
- control ulimit handler and adjust according to threads
4+
- global:
5+
- bug fixes
46

57
v4.1.1 (Oct/2024):
68
- added new binary: sippts-gui

src/sippts/sipscan.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,6 @@ def prepare_scan(self, ips, ports, protos, iplist):
470470
):
471471
val_port = 5061
472472

473-
if self.host != "" and self.domain == "":
474-
self.domain = self.host
475473
if self.domain == "":
476474
self.domain = val_ipaddr
477475

0 commit comments

Comments
 (0)