Skip to content
Snippets Groups Projects
Commit f84b120d authored by Christopher Alfeld's avatar Christopher Alfeld
Browse files

Fixed to clear out virt_vtypes table.

parent 66e202b5
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,8 @@ DBQueryWarn("DELETE from virt_agents where pid='$pid' and eid='$eid'") or ...@@ -87,6 +87,8 @@ DBQueryWarn("DELETE from virt_agents where pid='$pid' and eid='$eid'") or
$errors++; $errors++;
DBQueryWarn("DELETE from virt_routes where pid='$pid' and eid='$eid'") or DBQueryWarn("DELETE from virt_routes where pid='$pid' and eid='$eid'") or
$errors++; $errors++;
DBQueryWarn("DELETE from virt_vtypes where pid='$pid' and eid='$eid'") or
$errors++;
DBQueryWarn("DELETE from nseconfigs where pid='$pid' and eid='$eid'") or DBQueryWarn("DELETE from nseconfigs where pid='$pid' and eid='$eid'") or
$errors++; $errors++;
DBQueryWarn("DELETE from eventlist where pid='$pid' and eid='$eid'") or DBQueryWarn("DELETE from eventlist where pid='$pid' and eid='$eid'") or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment