diff options
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/nmbd_workgroupdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |