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

/sssd-io/src/responder/common/cache_req/plugins/
H A Dcache_req_common.c46 const char *dup_sid; local
55 dup_sid = talloc_strdup(msg, sid);
56 if (dup_sid == NULL) {
77 ldberr = ldb_msg_add_string(msg, SYSDB_SID_STR, dup_sid);

Completed in 5 milliseconds