Fix a typo.
This commit is contained in:
parent
c85c93b88e
commit
257f1c1652
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue