diff options
Diffstat (limited to 'source/groupdb/groupfile.c')
-rw-r--r-- | source/groupdb/groupfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/groupdb/groupfile.c b/source/groupdb/groupfile.c index 0e10b801d81..dba190ce569 100644 --- a/source/groupdb/groupfile.c +++ b/source/groupdb/groupfile.c @@ -36,7 +36,7 @@ extern fstring global_sam_name; static void *startgrpfilepwent(BOOL update) { - return startfilepwent(lp_smb_group_file(), + return startfileent(lp_smb_group_file(), s_readbuf, sizeof(s_readbuf), &gp_file_lock_depth, update); } @@ -47,7 +47,7 @@ static void *startgrpfilepwent(BOOL update) static void endgrpfilepwent(void *vp) { - endfilepwent(vp, &gp_file_lock_depth); + endfileent(vp, &gp_file_lock_depth); } /************************************************************************* |