Not yet used.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
const struct dfs_path *pdp, /* Parsed out
server+share+extrapath. */
uint32_t ucf_flags,
+ NTTIME *_twrp,
int *consumedcntp,
struct referral **ppreflist,
size_t *preferral_count)
}
}
+ if ((ucf_flags & UCF_GMT_PATHNAME) && _twrp != NULL) {
+ *_twrp = smb_fname->twrp;
+ }
+
status = NT_STATUS_OK;
out:
path_in,
pdp,
ucf_flags,
+ NULL, /* twrp. */
NULL, /* int *consumedcntp */
NULL, /* struct referral **ppreflist */
NULL); /* size_t *preferral_count */
dfs_path,
pdp,
0, /* ucf_flags */
+ NULL,
consumedcntp,
&jucn->referral_list,
&jucn->referral_count);