From: Stefan Metzmacher Date: Mon, 3 Nov 2008 13:27:54 +0000 (+0100) Subject: s4:torture: fix names of defines X-Git-Tag: samba-4.0.0alpha6~519 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=973d50a7ff39c14bf734f095e4bf57843ce80529;p=thirdparty%2Fsamba.git s4:torture: fix names of defines metze --- diff --git a/source4/torture/util.h b/source4/torture/util.h index 9dc948ade50..f36d54233dc 100644 --- a/source4/torture/util.h +++ b/source4/torture/util.h @@ -17,8 +17,8 @@ along with this program. If not, see . */ -#ifndef _TORTURE_PROVISION_H_ -#define _TORTURE_PROVISION_H_ +#ifndef _TORTURE_UTIL_H_ +#define _TORTURE_UTIL_H_ #include "torture/torture.h" @@ -94,4 +94,4 @@ NTSTATUS torture_second_tcon(TALLOC_CTX *mem_ctx, -#endif /* _TORTURE_PROVISION_H_ */ +#endif /* _TORTURE_UTIL_H_ */