33 lines
964 B
Diff
33 lines
964 B
Diff
From 7fbcaa8feeb968711ff52f51705c45062fd81394 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrezina@redhat.com>
|
|
Date: Thu, 1 Oct 2020 15:45:47 +0200
|
|
Subject: [PATCH] be: remove accidental sleep
|
|
|
|
This sleep was used to test a crash in data provider and quite unfortunately
|
|
it was left in the patch.
|
|
|
|
dp: fix potential race condition in provider's sbus server
|
|
4a84f8e18ea5604ac7e69849dee492718fd96296.
|
|
|
|
Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
|
|
---
|
|
src/providers/data_provider_be.c | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/src/providers/data_provider_be.c b/src/providers/data_provider_be.c
|
|
index 74df62e24..4c10d6b48 100644
|
|
--- a/src/providers/data_provider_be.c
|
|
+++ b/src/providers/data_provider_be.c
|
|
@@ -690,8 +690,6 @@ int main(int argc, const char *argv[])
|
|
uid_t uid;
|
|
gid_t gid;
|
|
|
|
- sleep(5);
|
|
-
|
|
struct poptOption long_options[] = {
|
|
POPT_AUTOHELP
|
|
SSSD_MAIN_OPTS
|
|
--
|
|
2.32.0.windows.1
|
|
|