diff options
author | Jes Sorensen <jsorensen@fb.com> | 2017-05-11 22:44:19 +0200 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2017-05-11 22:44:19 +0200 |
commit | 72362f18aee5adedb405fe61c324604184d74555 (patch) | |
tree | f5524c5410d88738e26aeb7fe891e538f39f9799 /Monitor.c | |
parent | Monitor: Not much point declaring mdlist in both forks of the if() statement (diff) | |
download | mdadm-72362f18aee5adedb405fe61c324604184d74555.tar.xz mdadm-72362f18aee5adedb405fe61c324604184d74555.zip |
Monitor: mailfrom is initialized correctly
Remove gratituous variable initialization.
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Diffstat (limited to 'Monitor.c')
-rw-r--r-- | Monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |