1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

nbt_server/wins: winsdb_handle() can be static

metze
(from samba4wins tree ba45b14b48f62eb1668509738f83fa17a4ce95fd)
This commit is contained in:
Stefan Metzmacher 2008-06-18 16:24:51 +02:00 committed by Stefan Metzmacher
parent 2973af5111
commit afd405dd90

View File

@ -746,8 +746,9 @@ failed:
/*
form a ldb_message from a winsdb_record
*/
struct ldb_message *winsdb_message(struct ldb_context *ldb,
struct winsdb_record *rec, TALLOC_CTX *mem_ctx)
static struct ldb_message *winsdb_message(struct ldb_context *ldb,
struct winsdb_record *rec,
TALLOC_CTX *mem_ctx)
{
int i, ret=0;
size_t addr_count;