summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-07-28 19:21:56 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-07-28 19:21:56 +0000
commit4135fdb32327b394e586173bb2d51b7b676b409e (patch)
treea979428496ff4a52ef7d30140444fd6e75ef7a7d
parent79815d66b9953b99686834e7c8aac36a163c0e13 (diff)
downloadsamba-4135fdb32327b394e586173bb2d51b7b676b409e.tar.gz
Missed removing some redundent code.
Jeremy (jallison@whistle.com)
-rw-r--r--source/nameservresp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/nameservresp.c b/source/nameservresp.c
index 43548265a07..2fb38a04070 100644
--- a/source/nameservresp.c
+++ b/source/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: