]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: update function documentation header to match actual function argument names
authorRalph Boehme <slow@samba.org>
Tue, 31 Mar 2020 16:57:55 +0000 (18:57 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 21 May 2020 05:23:29 +0000 (05:23 +0000)
Leaving p_cont_wcard unchanges as updating that would break the nice
indentation... :)

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/filename.c

index 1c5c57c70e29214e5d0dcfc5f183a633eea808a5..0b243acf1c40894ccfb7076202a744aa70a8b79f 100644 (file)
@@ -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