On 08/03/2024 14:55, Peter Xu wrote:
> On Fri, Mar 08, 2024 at 07:27:59AM +0100, Yu Zhang wrote:
>> Hello Zhijian and Peter,
>>
>> Thank you so much for testing and confirming it.
>> I created a patch in the email format, unfortunately got an issue for
>> setting up the
>> "Application-specific Password" in Gmail. It seems that in my gmail
>> account there
>> is no option at all for selecting "mail" before creating the
>> application password.
>>
>> As it's tiny, I attached it in this email at this time (not elegant.),
>
> I ququed it, thanks!
>
> - isock->host = rdma->host;
> + isock->host = g_strdup_printf("%s", rdma->host);
Peter,
g_strdup(rdma->host) is enough i guess.
Thanks
Zhijian
> isock->port = g_strdup_printf("%d", rdma->port);