mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
Merge branch 'wip/nacho/gdtlsconnection-warning' into 'master'
gdtlsconnection: do not return on a void method See merge request GNOME/glib!599
This commit is contained in:
commit
3fe6f2a44f
@ -1050,7 +1050,7 @@ g_dtls_connection_set_advertised_protocols (GDtlsConnection *conn,
|
||||
if (iface->set_advertised_protocols == NULL)
|
||||
return;
|
||||
|
||||
return iface->set_advertised_protocols (conn, protocols);
|
||||
iface->set_advertised_protocols (conn, protocols);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user