From 325625717a5ddae68368a0c6f9eaa04e7542e046 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 15 Oct 2008 11:26:33 +0200 Subject: [PATCH] s3-libgpo: fix build for security cse. Guenther (cherry picked from commit 3cb281e48f9943a5188f040d941bb1e0fc32cdad) (cherry picked from commit 84c5c4dc0d2adf4e160f991a91cdc92d5347f60e) --- source/libgpo/gpext/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libgpo/gpext/security.c b/source/libgpo/gpext/security.c index 1d746da37f7..6aeb354c41f 100644 --- a/source/libgpo/gpext/security.c +++ b/source/libgpo/gpext/security.c @@ -249,7 +249,7 @@ static struct gp_extension_methods security_methods = { /**************************************************************** ****************************************************************/ -static NTSTATUS gpext_security_init(void) +NTSTATUS gpext_security_init(void) { NTSTATUS status; -- 2.11.4.GIT