Hi Steve, On Sat, 2020-11-28 at 12:05 -0500, Steve Brown wrote: > Hi Inga, > > The changes to mesh/keyring.c break create network for me. > > I think the mkdir tests should be > if (!!mkdir(key_file, 0755)) Yes, you are correct: it's a wrong check. Will fix. > not > if (!mkdir(key_file, 0755)) > > With that change, I can create networks again. > > Steve > Best regards, Inga