mediachain / concat

Mediachain daemons
MIT License
42 stars 13 forks source link

Fix crash from uninitialized auth map set #94

Closed vyzo closed 7 years ago

vyzo commented 7 years ago

Closes #93 The auth map is normally initialized by loadConfig, but in the absence of a config file it will be left uninitialized. This creates the map on demand if it's not initialized.

yusefnapora commented 7 years ago

👍