summaryrefslogtreecommitdiffstats
path: root/source/smbd/open.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-09-21 23:57:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:00:59 -0500
commitef10672399c4b82700dc431b4d93431ffdd42d98 (patch)
treedbfd3ef7121cbac6891756ce9677f7b287e2e317 /source/smbd/open.c
parentfc6543ca78e5c137d77bdc7845df273aae50e5cb (diff)
downloadsamba-ef10672399c4b82700dc431b4d93431ffdd42d98.tar.gz
samba-ef10672399c4b82700dc431b4d93431ffdd42d98.tar.xz
samba-ef10672399c4b82700dc431b4d93431ffdd42d98.zip
r18802: Use the pidl-generated code for the srvsvc interface, both client and server code.
This has had some basic testing. I'll do more during the next couple of days and hopefully also make RPC-SRVSVC from Samba4 pass against it.
Diffstat (limited to 'source/smbd/open.c')
-rw-r--r--source/smbd/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/open.c b/source/smbd/open.c
index 117d3ac5959..9601329b9e0 100644
--- a/source/smbd/open.c
+++ b/source/smbd/open.c
@@ -2057,7 +2057,7 @@ NTSTATUS open_directory(connection_struct *conn,
Open a pseudo-file (no locking checks - a 'stat' open).
****************************************************************************/
-NTSTATUS open_file_stat(connection_struct *conn, char *fname,
+NTSTATUS open_file_stat(connection_struct *conn, const char *fname,
SMB_STRUCT_STAT *psbuf, files_struct **result)
{
files_struct *fsp = NULL;