Searched defs:src_path (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/proftpd/
H A Dmod_solaris_audit.c865 * The RNFR command handlers save the source file in the "src_path"
869 static char* src_path = NULL; variable
876 if (src_path == NULL)
885 event->adt_ft_rename.src_path = src_path;
892 free(src_path);
893 src_path = NULL;
901 * If src_path is not NULL, it means that this RNFR command immediatelly
910 if (src_path != NULL)
914 * Prepare the audit event structure and remember the new src_path
[all...]

Completed in 1036 milliseconds