mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 23:20:32 +00:00
dynamic-user: drop unnecessary initialization
This commit is contained in:
@@ -34,7 +34,7 @@ static DynamicUser* dynamic_user_free(DynamicUser *d) {
|
||||
}
|
||||
|
||||
static int dynamic_user_add(Manager *m, const char *name, int storage_socket[2], DynamicUser **ret) {
|
||||
DynamicUser *d = NULL;
|
||||
DynamicUser *d;
|
||||
int r;
|
||||
|
||||
assert(m);
|
||||
|
||||
Reference in New Issue
Block a user