Re: [libvirt] [PATCH 2/3] remote: Don't call NULL closeFreeCallback

2013-03-27 Thread Peter Krempa
On 03/26/13 10:54, Viktor Mihajlovski wrote: Check function pointer before calling. Signed-off-by: Viktor Mihajlovski mihaj...@linux.vnet.ibm.com --- src/remote/remote_driver.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/remote/remote_driver.c

Re: [libvirt] [PATCH 2/3] remote: Don't call NULL closeFreeCallback

2013-03-27 Thread Peter Krempa
On 03/27/13 10:36, Peter Krempa wrote: On 03/26/13 10:54, Viktor Mihajlovski wrote: Check function pointer before calling. Signed-off-by: Viktor Mihajlovski mihaj...@linux.vnet.ibm.com --- src/remote/remote_driver.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ACK. The

[libvirt] [PATCH 2/3] remote: Don't call NULL closeFreeCallback

2013-03-26 Thread Viktor Mihajlovski
Check function pointer before calling. Signed-off-by: Viktor Mihajlovski mihaj...@linux.vnet.ibm.com --- src/remote/remote_driver.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index 3721af9..885120e 100644 ---

[libvirt] [PATCH 2/3] remote: Don't call NULL closeFreeCallback

2013-03-15 Thread Viktor Mihajlovski
Check function pointer before calling. Signed-off-by: Viktor Mihajlovski mihaj...@linux.vnet.ibm.com --- src/remote/remote_driver.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index 3721af9..885120e 100644 ---