From e90851008b9c8a84b642fc487eea09eecfbcec2c Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 2 Oct 2014 11:58:13 +0200 Subject: [PATCH] MDEV-6800 auth_socket plugin fails to build on OpenBSD with MariaDB 10.0.14 typo (thanks, Brad Smith!) --- plugin/auth_socket/auth_socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/auth_socket/auth_socket.c b/plugin/auth_socket/auth_socket.c index 5943ab13596..508cd1ecf5e 100644 --- a/plugin/auth_socket/auth_socket.c +++ b/plugin/auth_socket/auth_socket.c @@ -37,7 +37,7 @@ #elif defined HAVE_SOCKPEERCRED #define level SOL_SOCKET -#define ucred socketpeercred +#define ucred sockpeercred #elif defined HAVE_XUCRED #include