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

/sssd-io/src/providers/
H A Dbe_dyndns.c415 char *realm_directive; local
422 realm_directive = nsupdate_msg_add_realm_cmd(tmp_ctx, realm);
423 if (!realm_directive) {
427 /* The realm_directive would now either contain an empty string or be
437 servername, realm_directive);
442 update_msg = talloc_asprintf(tmp_ctx, "%s", realm_directive);
446 update_msg = talloc_asprintf(tmp_ctx, "%s", realm_directive);
448 talloc_free(realm_directive);

Completed in 13 milliseconds