mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
execute: use ASSERT_PTR where appropriate
This commit is contained in:
parent
127927b2c2
commit
6394e5cd34
@ -2716,7 +2716,7 @@ static int load_cred_recurse_dir_cb(
|
||||
void *userdata) {
|
||||
|
||||
_cleanup_free_ char *credname = NULL, *sub_id = NULL;
|
||||
struct load_cred_args *args = userdata;
|
||||
struct load_cred_args *args = ASSERT_PTR(userdata);
|
||||
int r;
|
||||
|
||||
if (event != RECURSE_DIR_ENTRY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user