Skip to content

Commit

Permalink
Update dissect/target/plugins/os/unix/bsd/osx/network.py
Browse files Browse the repository at this point in the history
Co-authored-by: pyrco <[email protected]>
  • Loading branch information
cecinestpasunepipe and pyrco committed Sep 23, 2024
1 parent 58281ad commit 5569f81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dissect/target/plugins/os/unix/bsd/osx/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def _plistnetwork(self) -> None:
if (preferences := self.target.fs.path(self.SYSTEM)).exists():
self.plistnetwork = plistlib.load(preferences.open())

@internal
def _interfaces(self) -> Iterator[MacInterfaceRecord]:
if not self.plistlease:
self._plistlease()
Expand Down

0 comments on commit 5569f81

Please sign in to comment.