2b61bbee11
- Resolves: upstream #3154 - sssd exits if clock is adjusted backwards after boot - Resolves: upstream #3163 - resolving IPA nested user group is broken in 1.14
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
From 2dc376b266eb5f3b3aecc980f1a854eeac7d151b Mon Sep 17 00:00:00 2001
|
|
From: Jakub Hrozek <jhrozek@redhat.com>
|
|
Date: Tue, 16 Aug 2016 20:53:19 +0200
|
|
Subject: [PATCH 29/39] SECRETS: Make internal function static
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
|
|
(cherry picked from commit cf902c2b247c1b5793ae0ba58fd2dcbb0f78b686)
|
|
---
|
|
src/responder/secrets/providers.c | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/src/responder/secrets/providers.c b/src/responder/secrets/providers.c
|
|
index 8d815b4837ce71bac648f38a6a8956771dd0520d..4c601988696dac7856cb1c1eb27264180a9347f9 100644
|
|
--- a/src/responder/secrets/providers.c
|
|
+++ b/src/responder/secrets/providers.c
|
|
@@ -24,7 +24,8 @@
|
|
#include "responder/secrets/secsrv_proxy.h"
|
|
#include <jansson.h>
|
|
|
|
-int sec_map_url_to_user_path(struct sec_req_ctx *secreq, char **mapped_path)
|
|
+static int sec_map_url_to_user_path(struct sec_req_ctx *secreq,
|
|
+ char **mapped_path)
|
|
{
|
|
uid_t c_euid;
|
|
|
|
--
|
|
2.9.3
|
|
|