1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4:torture: fix names of defines

metze
This commit is contained in:
Stefan Metzmacher 2008-11-03 14:27:54 +01:00
parent eb9656e757
commit 973d50a7ff

View File

@ -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_ */