From f0442220fa57c77c6691f3301bc0d80635d0b23f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 24 Apr 2000 11:30:45 +0000 Subject: fixed a parameter bug found by insure (This used to be commit a559a8066fb162c4da0a5046c49a105eabf131d9) --- source3/nmbd/nmbd_workgroupdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nmbd/nmbd_workgroupdb.c') diff --git a/source3/nmbd/nmbd_workgroupdb.c b/source3/nmbd/nmbd_workgroupdb.c index 5514e78dc1..485253680b 100644 --- a/source3/nmbd/nmbd_workgroupdb.c +++ b/source3/nmbd/nmbd_workgroupdb.c @@ -156,7 +156,7 @@ static struct work_record *remove_workgroup_from_subnet(struct subnet_record *su **************************************************************************/ struct work_record *find_workgroup_on_subnet(struct subnet_record *subrec, - fstring name) + const char *name) { struct work_record *ret; -- cgit