From 3766f3ec0e495277c79df8eb8918cb739bc14358 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 14 Mar 2011 10:47:41 +0100 Subject: s3-rpc_server: Rename system_user to ncalrpc_as_system. --- source3/include/ntdomain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index ac06b25c12..2eece8303e 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -134,7 +134,7 @@ struct pipes_struct { struct pipe_auth_data auth; - bool system_user; + bool ncalrpc_as_system; /* * Set to true when an RPC bind has been done on this pipe. -- cgit