diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-11-03 14:27:54 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-11-03 18:02:02 +0100 |
commit | 973d50a7ff39c14bf734f095e4bf57843ce80529 (patch) | |
tree | eb362ec798eef76fed3a2218d1ccb74491495d5d /source4 | |
parent | eb9656e75721d6738d8da0f0ec8386403aa4f5f8 (diff) | |
download | samba-973d50a7ff39c14bf734f095e4bf57843ce80529.tar.gz samba-973d50a7ff39c14bf734f095e4bf57843ce80529.tar.bz2 samba-973d50a7ff39c14bf734f095e4bf57843ce80529.zip |
s4:torture: fix names of defines
metze
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/util.h b/source4/torture/util.h index 9dc948ade5..f36d54233d 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_ */ |