Re: [Libguestfs] [PATCH nbdkit v2 0/3] server: Remove explicit connection parameter.

2020-02-11 Thread Eric Blake
On 2/11/20 11:39 AM, Richard W.M. Jones wrote: v1 was here: https://www.redhat.com/archives/libguestfs/2020-February/msg00081.html v2 replaces struct connection *conn = GET_CONN; with GET_CONN; which sets conn implicitly and asserts that it is non-NULL. If we actually want to test if conn

[Libguestfs] [PATCH nbdkit v2 0/3] server: Remove explicit connection parameter.

2020-02-11 Thread Richard W.M. Jones
v1 was here: https://www.redhat.com/archives/libguestfs/2020-February/msg00081.html v2 replaces struct connection *conn = GET_CONN; with GET_CONN; which sets conn implicitly and asserts that it is non-NULL. If we actually want to test if conn is non-NULL or behave differently, then you must us