mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: Rename virtTestClearCommandPath to virTestClearCommandPath.
This function doesn't follow our convention of naming functions.
This commit is contained in:
committed by
John Ferlan
parent
753edcb3a4
commit
8a9bd034c2
@@ -1008,7 +1008,7 @@ int virtTestMain(int argc,
|
||||
* iptables --table filter --insert FORWARD --out-interface virbr0 --jump REJECT
|
||||
* iptables --table filter --insert FORWARD --in-interface virbr0 --out-interface virbr0 --jump ACCEPT"
|
||||
*/
|
||||
void virtTestClearCommandPath(char *cmdset)
|
||||
void virTestClearCommandPath(char *cmdset)
|
||||
{
|
||||
size_t offset = 0;
|
||||
char *lineStart = cmdset;
|
||||
|
||||
Reference in New Issue
Block a user