Merge "Remove useless memset from init."
This commit is contained in:
commit
ee2e362f8b
1 changed files with 0 additions and 1 deletions
|
|
@ -679,7 +679,6 @@ ret:
|
||||||
if (urandom_fd != -1) {
|
if (urandom_fd != -1) {
|
||||||
close(urandom_fd);
|
close(urandom_fd);
|
||||||
}
|
}
|
||||||
memset(buf, 0, sizeof(buf));
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue