From: Ralph Boehme Date: Tue, 31 Mar 2020 16:57:55 +0000 (+0200) Subject: smbd: update function documentation header to match actual function argument names X-Git-Tag: ldb-2.2.0~446 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b31a9ce9a16de9158137cfc5f473917cd683875;p=thirdparty%2Fsamba.git smbd: update function documentation header to match actual function argument names Leaving p_cont_wcard unchanges as updating that would break the nice indentation... :) Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c index 1c5c57c70e2..0b243acf1c4 100644 --- a/source3/smbd/filename.c +++ b/source3/smbd/filename.c @@ -1896,7 +1896,7 @@ char *get_original_lcomp(TALLOC_CTX *ctx, * @param twrp Optional VSS time * @param p_cont_wcard If not NULL, will be set to true if the dfs path * resolution detects a wildcard. - * @param pp_smb_fname The final converted name will be allocated if the + * @param _smb_fname The final converted name will be allocated if the * return is NT_STATUS_OK. * * @return NT_STATUS_OK if all operations completed successfully, appropriate