Displaying 1 result from an estimated 1 matches for "resume_fi".
Did you mean:
resume_fn
2003 Jul 18
0
patch: smbclient lost some files
...* According to CIFS Technical Document 1.0,
+ * ff_last_name must point to last FILENAME.
+ * But Window 2000 points to the first byte
+ * of last file/directory entry.
+ */
+ if (!ff_eos && !memcmp(p + ff_lastname,
+ "\0\0\0\0", 4)) {
+ file_info resume_fi;
+
+ interpret_long_filename(
+ cli, info_level,
+ p + ff_lastname,
+ &resume_fi);
+ strlcpy(mask, resume_fi.name,
+ 255);
+ } else
+#endif
clistr_pull(cli, mask, p+ff_lastname,
sizeof(mask),
data_len-ff_lastname,