Skip to content

Commit c75c0d3

Browse files
author
kollyma
committed
change comments
changing some comments to verify if build fails.
1 parent 29cc776 commit c75c0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemvm/patches/debian/config/opt/cloud/bin/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ def processForwardRule(self, rule):
775775
self.forward_vr(rule)
776776

777777
def forward_vr(self, rule):
778-
# pre-fetch the iptables variables
778+
#prefetch iptables variables
779779
public_fwinterface = self.getDeviceByIp(rule['public_ip'])
780780
internal_fwinterface = self.getDeviceByIp(rule['internal_ip'])
781781
public_fwports = self.portsToString(rule['public_ports'], ':')

0 commit comments

Comments
 (0)