Skip to content

Commit 69986b1

Browse files
committed
Merge branch 'patch-1' into 'master'
🐛 Missing () See merge request nsnam/ns-3-dev!92
2 parents ae03dbb + 387ffd5 commit 69986b1

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)