From 257f1c1652d7e445c6453973467d23fc3d5ab6ae Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 20 Feb 2013 15:42:28 +0100 Subject: [PATCH] Fix a typo. --- shadow-4.1.5.1-orig-context.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadow-4.1.5.1-orig-context.patch b/shadow-4.1.5.1-orig-context.patch index 63523df..c1ddb13 100644 --- a/shadow-4.1.5.1-orig-context.patch +++ b/shadow-4.1.5.1-orig-context.patch @@ -102,7 +102,7 @@ diff -up shadow-4.1.5.1/lib/selinux.c.orig-context shadow-4.1.5.1/lib/selinux.c - } - } + if (setfscreatecon (scontext) < 0) -+ goto errror; ++ goto error; freecon (scontext); } return 0;