From d862fc6fc65f1fb5ff0582e3561a7ab988af9432 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 23 Jul 2013 21:08:56 +0300 Subject: WIP compat plugin: solve deadlock when looking up SSSD users --- src/format.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/format.h') diff --git a/src/format.h b/src/format.h index 0aa7d20..84fa837 100644 --- a/src/format.h +++ b/src/format.h @@ -79,4 +79,6 @@ char **format_get_data_set(struct plugin_state *state, unsigned int **data_lengths); char *format_escape_for_filter(const char *unescaped); +/* Copy struct berval * as NULL-terminated string*/ +char *format_strdupbv(struct berval *bv); #endif -- cgit