This addresses a segfault when running automount with -v, caused from log.c calling pthred_getspecific on a key id that doesn't exist. I'm fairly sure this is not the best way to fix this; specifically there's still an opportunity for it to segfault again if pthread_key_create fails and logerr() is invoked... -Clayton