From d5f20aea73de38d0536b7ec3fa6b425bf3fdde34 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 12 Jun 2010 11:50:56 +0200 Subject: s3: Pass sconn explicitly to reply_special --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 7c1ca8c012..6bb96e9fe3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6139,7 +6139,7 @@ bool check_fsp_ntquota_handle(connection_struct *conn, struct smb_request *req, files_struct *fsp); bool fsp_belongs_conn(connection_struct *conn, struct smb_request *req, files_struct *fsp); -void reply_special(char *inbuf); +void reply_special(struct smbd_server_connection *sconn, char *inbuf); void reply_tcon(struct smb_request *req); void reply_tcon_and_X(struct smb_request *req); void reply_unknown_new(struct smb_request *req, uint8 type); -- cgit