summaryrefslogtreecommitdiff
path: root/source3/nameservresp.c
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
commitbf65e9a56b188f72bc072647e9a9d6d32af46fb0 (patch)
tree2a34c9b1f7e8479366a0992333a1c24639bf4b79 /source3/nameservresp.c
parent2bdf562923c8641204cf264ab77cb808aaa5972b (diff)
downloadsamba-bf65e9a56b188f72bc072647e9a9d6d32af46fb0.tar.gz
samba-bf65e9a56b188f72bc072647e9a9d6d32af46fb0.tar.bz2
samba-bf65e9a56b188f72bc072647e9a9d6d32af46fb0.zip
Missed removing some redundent code.
Jeremy (jallison@whistle.com) (This used to be commit 4135fdb32327b394e586173bb2d51b7b676b409e)
Diffstat (limited to 'source3/nameservresp.c')
-rw-r--r--source3/nameservresp.c3
1 files changed, 0 insertions, 3 deletions
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: