mirror of
https://github.com/systemd/systemd.git
synced 2025-01-20 18:04:03 +03:00
sd-radv: no need to initialize r to zero
This commit is contained in:
parent
5a9fca258b
commit
f474884cb9
@ -359,7 +359,7 @@ _public_ int sd_radv_stop(sd_radv *ra) {
|
||||
}
|
||||
|
||||
_public_ int sd_radv_start(sd_radv *ra) {
|
||||
int r = 0;
|
||||
int r;
|
||||
|
||||
assert_return(ra, -EINVAL);
|
||||
assert_return(ra->event, -EINVAL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user