diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2016-07-22 02:09:52 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2016-07-22 13:07:13 +0200 |
commit | 3770b877ea7b7fa08e88395e8c472c102f9e707e (patch) | |
tree | 1513f29f2c5b7d370f43bc58a2ae3bf576aa8558 /apps/rehash.c | |
parent | Check suffixes properly. (diff) | |
download | openssl-3770b877ea7b7fa08e88395e8c472c102f9e707e.tar.xz openssl-3770b877ea7b7fa08e88395e8c472c102f9e707e.zip |
Add mask for newly created symlink.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps/rehash.c')
-rw-r--r-- | apps/rehash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/rehash.c b/apps/rehash.c index 443c15e13c..aacb169198 100644 --- a/apps/rehash.c +++ b/apps/rehash.c @@ -366,6 +366,7 @@ static int do_dir(const char *dirname, enum Hash h) strerror(errno)); errs++; } + bit_set(idmask, nextid); } else if (remove_links) { /* Link to be deleted */ snprintf(buf, buflen, "%s%s%n%08x.%s%d", |