Skip to content

Commit 6e00d75

Browse files
patrickdk77PhirePhly
authored andcommitted
Possible erlang aprx_stats fix.
Signed-off-by: Kenneth Finnegan <[email protected]>
1 parent 3d7f3bd commit 6e00d75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

erlang.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ static int erlang_backingstore_open(int do_create)
295295
"Open of '%s' for erlang_backingstore file failed! errno=%d: %s",
296296
erlang_backingstore, errno, strerror(errno));
297297
erlang_data_is_nonshared = 1;
298+
} else {
299+
erlang_data_is_nonshared = 0;
298300
}
299301
#endif
300302
return erlang_backingstore_grow(do_create, 0); /* Just open */

0 commit comments

Comments
 (0)