The branch, master has been updated
via 6c07b9b7e7f65f4c5b0e347147ed60117c85c6f5 (commit)
from 8dbfd59adcb5dd343466ced6e005ee53babdca41 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 6c07b9b7e7f65f4c5b0e347147ed60117c85c6f5
Author: Volker Lendecke <[email protected]>
Date: Sat Feb 14 11:42:05 2009 +0100
Attempt to fix the build on Solaris 8
-----------------------------------------------------------------------
Summary of changes:
source3/smbd/dir.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c
index 6618bf0..b4a8f94 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);
}
/****************************************************************************
--
Samba Shared Repository