mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Quiet some clang 10 analyzer warnings.
This commit is contained in:
@@ -786,7 +786,7 @@ send_mail(const char *fmt, ...)
|
||||
break;
|
||||
case 0:
|
||||
/* Child. */
|
||||
switch (pid = fork()) {
|
||||
switch (fork()) {
|
||||
case -1:
|
||||
/* Error. */
|
||||
mysyslog(LOG_ERR, _("unable to fork: %m"));
|
||||
|
Reference in New Issue
Block a user