diff options
Diffstat (limited to 'source4/ntvfs/print/vfs_print.c')
-rw-r--r-- | source4/ntvfs/print/vfs_print.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntvfs/print/vfs_print.c b/source4/ntvfs/print/vfs_print.c index 7405697bb9..0e6824a14e 100644 --- a/source4/ntvfs/print/vfs_print.c +++ b/source4/ntvfs/print/vfs_print.c @@ -29,7 +29,7 @@ in. For printing shares this should check that the spool directory is available */ -static NTSTATUS print_connect(struct smbsrv_request *req, const char *sharename) +static NTSTATUS print_connect(struct smbsrv_request *req, const char *sharename, int depth) { return NT_STATUS_OK; } @@ -37,7 +37,7 @@ static NTSTATUS print_connect(struct smbsrv_request *req, const char *sharename) /* disconnect from a share */ -static NTSTATUS print_disconnect(struct smbsrv_tcon *tcon) +static NTSTATUS print_disconnect(struct smbsrv_tcon *tcon, int depth) { return NT_STATUS_OK; } |