Bugzilla – Attachment #1993: Same patch, previous one was truncated for
bug #1854
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 1854
| Differences between
Patch that adds missing "{"
and this patch
Collapse All
|
Expand All
(-)
openssh-5.8p1/openbsd-compat/port-linux.c.orig (-1 / +1 lines)
Lines 213-219
Link Here
213
213
214
if (!ssh_selinux_enabled())
214
if (!ssh_selinux_enabled())
215
return;
215
return;
216
if (path == NULL)
216
if (path == NULL) {
217
setfscreatecon(NULL);
217
setfscreatecon(NULL);
218
return;
218
return;
219
}
219
}
Return to
bug 1854