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