On Wed, Aug 24, 2022 at 10:41 PM Konstantin Kostiuk <kkost...@redhat.com> wrote:
>
> Reviewed-by: Konstantin Kostiuk <kkost...@redhat.com>
>
> On Wed, Aug 24, 2022 at 12:42 PM Bin Meng <bmeng...@gmail.com> wrote:
>>
>> From: Bin Meng <bin.m...@windriver.com>
>>
>> g_mkdir() is a deprecated API and newer codes should use
>> g_mkdir_with_parents().
>>
>> Signed-off-by: Bin Meng <bin.m...@windriver.com>
>> ---
>>
>>  qga/commands-posix-ssh.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>

I was wrong that g_mkdir() is deprecated. I must have been misled by
the GTK glib doc.

Using g_mkdir() is still fine so this patch can be dropped. Sorry about that.

Regards,
Bin

Reply via email to