MDEV-6800 auth_socket plugin fails to build on OpenBSD with MariaDB 10.0.14

typo (thanks, Brad Smith!)
This commit is contained in:
Sergei Golubchik 2014-10-02 11:58:13 +02:00
parent aa36d9e742
commit e90851008b

View file

@ -37,7 +37,7 @@
#elif defined HAVE_SOCKPEERCRED
#define level SOL_SOCKET
#define ucred socketpeercred
#define ucred sockpeercred
#elif defined HAVE_XUCRED
#include <sys/un.h>