diff options
author | Swen Schillig <swen@linux.ibm.com> | 2019-01-07 15:07:22 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2019-01-10 02:41:29 +0100 |
commit | e29cb5095b519cd12ecc1029b22a120f14d93db5 (patch) | |
tree | 690702fd0158483892b1d8762054fa98c48364b3 /libgpo/gpo_util.c | |
parent | 6e0acc7c3989dfd3842bc1509af7c1b854e71340 (diff) | |
download | samba-e29cb5095b519cd12ecc1029b22a120f14d93db5.tar.gz |
Fix typos and ban the rams from sambatdb-1.3.17
Signed-off-by: Swen Schillig <swen@linux.ibm.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <Volker.Lendecke@SerNet.DE>
Diffstat (limited to 'libgpo/gpo_util.c')
-rw-r--r-- | libgpo/gpo_util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgpo/gpo_util.c b/libgpo/gpo_util.c index e90b9a3f244..6ad5c3b7f2f 100644 --- a/libgpo/gpo_util.c +++ b/libgpo/gpo_util.c @@ -469,7 +469,7 @@ NTSTATUS gpo_process_gpo_list(TALLOC_CTX *mem_ctx, /**************************************************************** - check wether the version number in a GROUP_POLICY_OBJECT match those of the + check whether the version number in a GROUP_POLICY_OBJECT match those of the locally stored version. If not, fetch the required policy via CIFS ****************************************************************/ @@ -555,7 +555,7 @@ NTSTATUS check_refresh_gpo(ADS_STRUCT *ads, } /**************************************************************** - check wether the version numbers in the gpo_list match the locally stored, if + check whether the version numbers in the gpo_list match the locally stored, if not, go and get each required GPO via CIFS ****************************************************************/ |