> The file src/plugins/urlauth/urlauth-keys.c uses open(2) with O_EXLOCK, which > to my knowledge is BSD specific.
Thanks for catching that. I guess that code should change to open the file first and then lock it.
> The file src/plugins/urlauth/urlauth-keys.c uses open(2) with O_EXLOCK, which > to my knowledge is BSD specific.
Thanks for catching that. I guess that code should change to open the file first and then lock it.