From 08d00eb68ee93eaead0f3bbaabc3d89540e0818e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 24 Oct 1996 00:09:08 +0000 Subject: - added support for TMPDIR env variable - fixed fault.c for linux 2.1 - put back in the FIND_SELF failing code - cleaned up casts in encryption (This used to be commit 3af04f1580b2569c0a4f2549bf6352c7a25afa0d) --- source3/nameservresp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/nameservresp.c') diff --git a/source3/nameservresp.c b/source3/nameservresp.c index 7becf301d2..91f915b760 100644 --- a/source3/nameservresp.c +++ b/source3/nameservresp.c @@ -614,6 +614,7 @@ static BOOL response_problem_check(struct response_record *n, return False; } +#if 0 /**************************************************************************** check that the response received is compatible with the response record ****************************************************************************/ @@ -679,6 +680,7 @@ static BOOL response_compatible(struct response_record *n, } return True; } +#endif /**************************************************************************** -- cgit