URL: https://github.com/SSSD/sssd/pull/88
Author: lslebodn
 Title: #88: SYSDB: Remove unused prototype from header file
Action: opened

PR body:
"""
The function sysdb_get_sudo_filter was removed as part of
ticket #2919

I noticed when I was comparing patches between 1.13 and master
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/88/head:pr88
git checkout pr88
From 13647369c3b10f2bc01f2d9af5f7d3ece4f915bf Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lsleb...@redhat.com>
Date: Thu, 24 Nov 2016 13:30:23 +0100
Subject: [PATCH] SYSDB: Remove unused prototype from header file

The function sysdb_get_sudo_filter was removed as part of
ticket #2919
---
 src/db/sysdb_sudo.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/db/sysdb_sudo.h b/src/db/sysdb_sudo.h
index 9c2456c..0c75d78 100644
--- a/src/db/sysdb_sudo.h
+++ b/src/db/sysdb_sudo.h
@@ -118,11 +118,6 @@ sysdb_sudo_filter_netgroups(TALLOC_CTX *mem_ctx,
                             uid_t uid);
 
 errno_t
-sysdb_get_sudo_filter(TALLOC_CTX *mem_ctx, const char *username,
-                      uid_t uid, char **groupnames, unsigned int flags,
-                      char **_filter);
-
-errno_t
 sysdb_get_sudo_user_info(TALLOC_CTX *mem_ctx,
                          struct sss_domain_info *domain,
                          const char *username, uid_t *_uid,
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to