From bab5662021721794c4ac9abe3373d50a2b96b1d5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 Oct 2005 12:47:57 +0000 Subject: r11022: r10309@SERNOX: metze | 2005-09-19 11:08:37 +0200 - add winsdb_connect() function, so that the winsdb can be opened by the wrepl_server/ code - remove maintaining of a min_version field, as it was implemented incorrect, and is maybe not needed at all - fix handling of max_version, (we started with 0, on each server start) metze (This used to be commit e6106e21a0b097ec45948a08f499e44d32db8d2a) --- source4/nbt_server/wins/winsdb.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/nbt_server/wins/winsdb.h') diff --git a/source4/nbt_server/wins/winsdb.h b/source4/nbt_server/wins/winsdb.h index 454bef3e3b..c6e3ac4c5c 100644 --- a/source4/nbt_server/wins/winsdb.h +++ b/source4/nbt_server/wins/winsdb.h @@ -44,9 +44,4 @@ struct wins_server { uint32_t min_ttl; uint32_t max_ttl; - - /* these are the minimum and maximum record version IDs in the - database. They are needed for replication */ - uint64_t min_version; - uint64_t max_version; }; -- cgit