From: Ralph Boehme Date: Mon, 23 Mar 2020 12:56:49 +0000 (+0100) Subject: smbd: reformat OpenDir() function definition X-Git-Tag: ldb-2.2.0~1233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af622683115a0738adacbdccd2d797067f3ba3cc;p=thirdparty%2Fsamba.git smbd: reformat OpenDir() function definition Gives a nicer diff in the next commit. No change in behaviour. Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c index 94e9061d531..4affd402c0e 100644 --- a/source3/smbd/dir.c +++ b/source3/smbd/dir.c @@ -1479,7 +1479,8 @@ static int smb_Dir_OpenDir_destructor(struct smb_Dir *dir_hnd) return 0; } -struct smb_Dir *OpenDir(TALLOC_CTX *mem_ctx, connection_struct *conn, +struct smb_Dir *OpenDir(TALLOC_CTX *mem_ctx, + connection_struct *conn, const struct smb_filename *smb_dname, const char *mask, uint32_t attr)