From 6c07b9b7e7f65f4c5b0e347147ed60117c85c6f5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 14 Feb 2009 11:42:05 +0100 Subject: Attempt to fix the build on Solaris 8 --- source3/smbd/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c index 6618bf07b0..b4a8f942c2 100644 --- a/source3/smbd/dir.c +++ b/source3/smbd/dir.c @@ -685,7 +685,7 @@ void dptr_DirCacheAdd(struct dptr_struct *dptr, const char *name, long offset) ****************************************************************************/ void dptr_init_search_op(struct dptr_struct *dptr) { - return SMB_VFS_INIT_SEARCH_OP(dptr->conn, dptr->dir_hnd->dir); + SMB_VFS_INIT_SEARCH_OP(dptr->conn, dptr->dir_hnd->dir); } /**************************************************************************** -- cgit