From bf65e9a56b188f72bc072647e9a9d6d32af46fb0 Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Mon, 28 Jul 1997 19:21:56 +0000 Subject: Missed removing some redundent code. Jeremy (jallison@whistle.com) (This used to be commit 4135fdb32327b394e586173bb2d51b7b676b409e) --- source3/nameservresp.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/nameservresp.c') diff --git a/source3/nameservresp.c b/source3/nameservresp.c index 43548265a0..2fb38a0407 100644 --- a/source3/nameservresp.c +++ b/source3/nameservresp.c @@ -507,7 +507,6 @@ void debug_state_type(int state) case NAME_QUERY_CONFIRM : DEBUG(4,("NAME_QUERY_CONFIRM\n")); break; case NAME_QUERY_SYNC_LOCAL : DEBUG(4,("NAME_QUERY_SYNC_LOCAL\n")); break; case NAME_QUERY_SYNC_REMOTE : DEBUG(4,("NAME_QUERY_SYNC_REMOTE\n")); break; -/* case NAME_QUERY_ANNOUNCE_HOST: DEBUG(4,("NAME_QUERY_ANNCE_HOST\n"));break; */ case NAME_QUERY_DOMAIN : DEBUG(4,("NAME_QUERY_DOMAIN\n")); break; case NAME_REGISTER : DEBUG(4,("NAME_REGISTER\n")); break; @@ -585,7 +584,6 @@ static BOOL response_problem_check(struct response_record *n, lots of responses */ return False; } -/* case NAME_QUERY_ANNOUNCE_HOST: */ case NAME_QUERY_DOM_SRV_CHK: case NAME_QUERY_SRV_CHK: case NAME_QUERY_MST_CHK: @@ -654,7 +652,6 @@ static BOOL response_compatible(struct response_record *n, case NAME_REGISTER_CHALLENGE: /* this is a query: we then do a register */ case NAME_QUERY_CONFIRM: -/* case NAME_QUERY_ANNOUNCE_HOST: */ case NAME_QUERY_SYNC_LOCAL: case NAME_QUERY_SYNC_REMOTE: case NAME_QUERY_DOM_SRV_CHK: -- cgit