On 3/5/21 8:13 PM, Andrea Bolognani wrote:
Calling a stub should always result in ENOSYS being raised, regardless of what arguments are passed to it. Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx> --- src/util/virprocess.c | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-)
Missed virProcessSetMaxMemLock(). Michal