am ee2e362f: Merge "Remove useless memset from init."
* commit 'ee2e362f8be4cbf68bb38fa1916a1f395677c593': Remove useless memset from init.
This commit is contained in:
commit
c5bdfce139
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