From caf4196899d864abe4bb6d3c9da3952f5b5ba8b8 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Wed, 29 Sep 2010 17:22:09 -0700 Subject: dns/nbt: Fix spelling of the "authoritative" flag. --- source4/nbt_server/nodestatus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/nbt_server/nodestatus.c') diff --git a/source4/nbt_server/nodestatus.c b/source4/nbt_server/nodestatus.c index 8dc1f45053..f71746ab30 100644 --- a/source4/nbt_server/nodestatus.c +++ b/source4/nbt_server/nodestatus.c @@ -54,7 +54,7 @@ static void nbtd_node_status_reply(struct nbt_name_socket *nbtsock, packet->name_trn_id = request_packet->name_trn_id; packet->ancount = 1; - packet->operation = NBT_OPCODE_QUERY | NBT_FLAG_REPLY | NBT_FLAG_AUTHORITIVE; + packet->operation = NBT_OPCODE_QUERY | NBT_FLAG_REPLY | NBT_FLAG_AUTHORITATIVE; packet->answers = talloc_array(packet, struct nbt_res_rec, 1); if (packet->answers == NULL) goto failed; -- cgit