Remove useless memset from init.

Change-Id: Ia880810bb2c9a976dceeb0ffdba0cb98e69e3c6d
This commit is contained in:
Elliott Hughes 2015-03-18 20:17:31 -07:00
parent 5aa097c8a7
commit 0dccc888bd

View file

@ -679,7 +679,6 @@ ret:
if (urandom_fd != -1) {
close(urandom_fd);
}
memset(buf, 0, sizeof(buf));
return result;
}