mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 13:30:08 +01:00
act-request: use NULL return value instead of "0"
This commit is contained in:
parent
a7945ef765
commit
3b95cf68e2
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ nm_act_request_get_secrets (NMActRequest *self,
|
|||
NMConnection *applied_connection;
|
||||
const char *hints[2] = { hint, NULL };
|
||||
|
||||
g_return_val_if_fail (NM_IS_ACT_REQUEST (self), 0);
|
||||
g_return_val_if_fail (NM_IS_ACT_REQUEST (self), NULL);
|
||||
|
||||
priv = NM_ACT_REQUEST_GET_PRIVATE (self);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue