Fix a typo.

This commit is contained in:
Tomas Mraz 2013-02-20 15:42:28 +01:00
parent c85c93b88e
commit 257f1c1652
1 changed files with 1 additions and 1 deletions

View File

@ -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;