From ecc822faf8f1e2f34573aabef381a846b08afeec Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 Mar 2012 13:05:21 +1100 Subject: build: Remove sys_telldir wrapper --- source3/modules/onefs_dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/onefs_dir.c') diff --git a/source3/modules/onefs_dir.c b/source3/modules/onefs_dir.c index da60ff388e..77b34beeea 100644 --- a/source3/modules/onefs_dir.c +++ b/source3/modules/onefs_dir.c @@ -480,7 +480,7 @@ onefs_telldir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp) if (!lp_parm_bool(SNUM(handle->conn), PARM_ONEFS_TYPE, PARM_USE_READDIRPLUS, PARM_USE_READDIRPLUS_DEFAULT)) { - return sys_telldir(dirp); + return telldir(dirp); } /* Retrieve state based off DIR handle */ -- cgit