On 03/03/2014 04:41 AM, Michael Paquier wrote:
> On Mon, Mar 3, 2014 at 11:38 AM, Michael Paquier
> <michael(dot)paquier(at)gmail(dot)com> wrote:
>> On another note, I found as well the following warning:
>> dlg_specific.c:1491: error: the address of 'conn_settings' will always
>> evaluate as 'true'
> Sorry for the imprecision, this warning is caused by this code:
> if ('\0' != conn_settings[0])
> STR_TO_NAME(comval->conn_settings, conn_settings);
Thanks, committed.
- Heikki