]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Check against python None type when filling in auth parameters
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 10 Sep 2012 15:45:53 +0000 (16:45 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 11 Sep 2012 11:16:17 +0000 (12:16 +0100)
commit3f3d2f9dfc0f319cc47e13cec6128be2e39400c4
treef78b7dc92dc873f0b8c14e34ba687b39f47a7f58
parent01573bdf4f462a0a7e7a29a37ddfcc7ecff3c049
Check against python None type when filling in auth parameters

When deciding whether to provide an auth function callback
in openAuth(), credcb was checked against NULL, when it
really needs to be checked against Py_None

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
python/libvirt-override.c