mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:13:35 +03:00
badwords: fix two exceptions and drop them
Also: - extend `dir` rule to exclude C assignments. Closes #19532
This commit is contained in:
parent
f3095f0dbd
commit
af4c789e00
13 changed files with 27 additions and 27 deletions
|
|
@ -149,8 +149,8 @@ struct ssh_conn {
|
|||
char *quote_path1; /* two generic pointers for the QUOTE stuff */
|
||||
char *quote_path2;
|
||||
|
||||
char *homedir; /* when doing SFTP we figure out home dir in the
|
||||
connect phase */
|
||||
char *homedir; /* when doing SFTP we figure out home directory
|
||||
in the connect phase */
|
||||
/* end of READDIR stuff */
|
||||
|
||||
int secondCreateDirs; /* counter use by the code to see if the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue