summaryrefslogtreecommitdiff
path: root/source4/torture/util.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-11-03 14:27:54 +0100
committerStefan Metzmacher <metze@samba.org>2008-11-03 18:02:02 +0100
commit973d50a7ff39c14bf734f095e4bf57843ce80529 (patch)
treeeb362ec798eef76fed3a2218d1ccb74491495d5d /source4/torture/util.h
parenteb9656e75721d6738d8da0f0ec8386403aa4f5f8 (diff)
downloadsamba-973d50a7ff39c14bf734f095e4bf57843ce80529.tar.gz
s4:torture: fix names of defines
metze
Diffstat (limited to 'source4/torture/util.h')
-rw-r--r--source4/torture/util.h6
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#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_ */