Blame SOURCES/0067-autofs-fix-typo-in-test-tool.patch

8d3578
From 49ad0b9b84c88d52694c8e9f5582dc49d0f87e2a Mon Sep 17 00:00:00 2001
8d3578
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrezina@redhat.com>
8d3578
Date: Mon, 5 Aug 2019 10:21:30 +0200
8d3578
Subject: [PATCH 67/90] autofs: fix typo in test tool
8d3578
MIME-Version: 1.0
8d3578
Content-Type: text/plain; charset=UTF-8
8d3578
Content-Transfer-Encoding: 8bit
8d3578
8d3578
Reviewed-by: Tomáš Halman <thalman@redhat.com>
8d3578
---
8d3578
 src/sss_client/autofs/autofs_test_client.c | 2 +-
8d3578
 1 file changed, 1 insertion(+), 1 deletion(-)
8d3578
8d3578
diff --git a/src/sss_client/autofs/autofs_test_client.c b/src/sss_client/autofs/autofs_test_client.c
8d3578
index f4395ff7c..6bbd2a0e8 100644
8d3578
--- a/src/sss_client/autofs/autofs_test_client.c
8d3578
+++ b/src/sss_client/autofs/autofs_test_client.c
8d3578
@@ -103,7 +103,7 @@ int main(int argc, const char *argv[])
8d3578
         if (ret == ENOENT) {
8d3578
             fprintf(stderr, "no such entry in map\n");
8d3578
         } else if (ret != 0) {
8d3578
-            fprintf(stderr, "getautomntent_r failed [%d]: %s\n",
8d3578
+            fprintf(stderr, "getautomntbyname_r failed [%d]: %s\n",
8d3578
                     ret, strerror(ret));
8d3578
             goto end;
8d3578
         } else {
8d3578
-- 
8d3578
2.20.1
8d3578