summaryrefslogtreecommitdiff
path: root/source/nmbd
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-04-24 11:30:45 +0000
committerAndrew Tridgell <tridge@samba.org>2000-04-24 11:30:45 +0000
commita559a8066fb162c4da0a5046c49a105eabf131d9 (patch)
tree05eab06a1f2546750204921c0f039b2287f00aac /source/nmbd
parent8c726b9764bac0bc95cf9877e172c9e1262e576d (diff)
downloadsamba-a559a8066fb162c4da0a5046c49a105eabf131d9.tar.gz
fixed a parameter bug found by insure
Diffstat (limited to 'source/nmbd')
-rw-r--r--source/nmbd/nmbd_workgroupdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nmbd/nmbd_workgroupdb.c b/source/nmbd/nmbd_workgroupdb.c
index 5514e78dc1c..485253680b9 100644
--- a/source/nmbd/nmbd_workgroupdb.c
+++ b/source/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;