Fix a typo.

This commit is contained in:
Tomas Mraz 2013-02-20 15:42:28 +01:00
parent c85c93b88e
commit 257f1c1652

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) + if (setfscreatecon (scontext) < 0)
+ goto errror; + goto error;
freecon (scontext); freecon (scontext);
} }
return 0; return 0;