mirror of https://gitee.com/openkylin/libvirt.git
Fix apibuild.py warning about virNWFilterLookupByUUIDString
The function name was written with capital I in the Filter part.
This commit is contained in:
parent
6fc93f1e75
commit
eff24046d8
src
|
@ -11333,7 +11333,7 @@ error:
|
|||
}
|
||||
|
||||
/**
|
||||
* virNWFIlterLookupByUUIDString:
|
||||
* virNWFilterLookupByUUIDString:
|
||||
* @conn: pointer to the hypervisor connection
|
||||
* @uuidstr: the string UUID for the nwfilter
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue