diff options
Diffstat (limited to 'glusterfsd/src/glusterfsd-mgmt.c')
-rw-r--r-- | glusterfsd/src/glusterfsd-mgmt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index bf56bc0abfa..df9a05c75f0 100644 --- a/glusterfsd/src/glusterfsd-mgmt.c +++ b/glusterfsd/src/glusterfsd-mgmt.c @@ -1992,9 +1992,7 @@ volfile: } } - /* coverity[secure_temp] mkstemp uses 0600 as the mode and is - * safe - */ + /* coverity[secure_temp] mkstemp uses 0600 as the mode */ tmp_fd = mkstemp (template); if (-1 == tmp_fd) { gf_msg (frame->this->name, GF_LOG_ERROR, 0, |