CURLOPT_CHUNK_BGN_FUNCTION: target is there for symlinks only

Closes #21883
This commit is contained in:
Daniel Stenberg 2026-06-06 23:34:15 +02:00
parent c3c2cfb65d
commit f7f1666ee2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -37,7 +37,8 @@ struct curl_fileinfo {
char *perm;
char *user;
char *group;
char *target; /* pointer to the target filename of a symlink */
char *target; /* pointer to the target filename of a symlink, only
available for CURLFILETYPE_SYMLINK */
} strings;
unsigned int flags;