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

/sssd/src/db/
H A Dsysdb_init.c139 char *ts_file = NULL; local
148 ts_file = talloc_asprintf(mem_ctx, "%s/"CACHE_TIMESTAMPS_FILE,
150 if (ts_file == NULL) {
160 *_ts_file = ts_file;

Completed in 32 milliseconds