Skip to content

Commit 387ffd5

Browse files
committed
🐛 Missing ()
1 parent ae03dbb commit 387ffd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tap-bridge/examples/tap-wifi-virtual-machine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def main(argv):
5454
#
5555
# No reason for pesky access points, so we'll use an ad-hoc network.
5656
#
57-
wifiMac = ns.wifi.WifiMacHelper
57+
wifiMac = ns.wifi.WifiMacHelper()
5858
wifiMac.SetType ("ns3::AdhocWifiMac");
5959

6060
#

0 commit comments

Comments
 (0)