diff options
| -rw-r--r-- | util/libreboot-utils/lib/mkhtemp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/libreboot-utils/lib/mkhtemp.c b/util/libreboot-utils/lib/mkhtemp.c index d32d8de4..0c93fe7e 100644 --- a/util/libreboot-utils/lib/mkhtemp.c +++ b/util/libreboot-utils/lib/mkhtemp.c @@ -634,9 +634,8 @@ mkhtemp(int *fd, st_dir_initial, fname_copy, p, xc, fd, st, type); - if (r == 0) { + if (r == 0) continue; - } if (r < 0) goto err; |
