From f7af8c5b369938725e47585c641ae5b017d442a1 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Fri, 11 May 2012 10:25:54 +0200 Subject: sudo sysdb: add expiration time to the filter --- src/responder/sudo/sudosrv_get_sudorules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/responder') diff --git a/src/responder/sudo/sudosrv_get_sudorules.c b/src/responder/sudo/sudosrv_get_sudorules.c index a405848a5..cd359b686 100644 --- a/src/responder/sudo/sudosrv_get_sudorules.c +++ b/src/responder/sudo/sudosrv_get_sudorules.c @@ -522,7 +522,7 @@ static errno_t sudosrv_get_sudorules_query_cache(TALLOC_CTX *mem_ctx, } ret = sysdb_get_sudo_filter(tmp_ctx, username, uid, groupnames, - flags, &filter); + flags, 0, &filter); if (ret != EOK) { DEBUG(SSSDBG_CRIT_FAILURE, ("Could not construct the search filter [%d]: %s\n", -- cgit