Monitor: mailfrom is initialized correctly

Remove gratituous variable initialization.

Signed-off-by: Jes Sorensen <jsorensen@fb.com>
This commit is contained in:
Jes Sorensen 2017-05-11 16:44:19 -04:00
parent 9f3dd4549b
commit 72362f18ae
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ int Monitor(struct mddev_dev *devlist,
struct state *st2;
int finished = 0;
struct mdstat_ent *mdstat = NULL;
char *mailfrom = NULL;
char *mailfrom;
struct alert_info info;
struct mddev_ident *mdlist;