View | Details | Raw Unified | Return to bug 1960 | Differences between
and this patch

Collapse All | Expand All

(-)openssh-5.8p1.orig/openbsd-compat/port-linux.c (-1 / +1 lines)
Lines 56-62 Link Here
56
static security_context_t
56
static security_context_t
57
ssh_selinux_getctxbyname(char *pwname)
57
ssh_selinux_getctxbyname(char *pwname)
58
{
58
{
59
        security_context_t sc;
59
        security_context_t sc = NULL;
60
        char *sename = NULL, *lvl = NULL;
60
        char *sename = NULL, *lvl = NULL;
61
        int r;
61
        int r;
62
62

Return to bug 1960