diff options
author | Günther Deschner <gd@samba.org> | 2008-10-15 11:26:33 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-15 11:28:43 +0200 |
commit | 3cb281e48f9943a5188f040d941bb1e0fc32cdad (patch) | |
tree | 90462a8f0807ec1a6e7dc0a8d34095da368d1204 /source3/libgpo | |
parent | 6afcd9e1bce78a71721de24f6b79c80d6253078f (diff) | |
download | samba-3cb281e48f9943a5188f040d941bb1e0fc32cdad.tar.gz samba-3cb281e48f9943a5188f040d941bb1e0fc32cdad.tar.bz2 samba-3cb281e48f9943a5188f040d941bb1e0fc32cdad.zip |
s3-libgpo: fix build for security cse.
Guenther
Diffstat (limited to 'source3/libgpo')
-rw-r--r-- | source3/libgpo/gpext/security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libgpo/gpext/security.c b/source3/libgpo/gpext/security.c index 1d746da37f..6aeb354c41 100644 --- a/source3/libgpo/gpext/security.c +++ b/source3/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; |