Skip to content

Commit

Permalink
QA DOS prevention, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Nurmi committed Oct 29, 2011
1 parent aa4fd29 commit a5882cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/vnetwork.c
Expand Up @@ -2246,7 +2246,7 @@ int vnetStopNetworkManaged(vnetConfig *vnetconfig, int vlan, char *userName, cha

snprintf(newdevname, 32, "%s.%d", vnetconfig->privInterface, vlan);
rc = check_device(newdevname);
if (!rc) {
if (0 && !rc) {
snprintf(cmd, MAX_PATH, "%s/usr/lib/eucalyptus/euca_rootwrap ip link set dev %s down", vnetconfig->eucahome, newdevname);
rc = system(cmd);
if (rc) {
Expand Down

0 comments on commit a5882cb

Please sign in to comment.