X-Git-Url: http://www.project-moonshot.org/gitweb/?p=openssh.git;a=blobdiff_plain;f=openbsd-compat%2Fport-linux.c;fp=openbsd-compat%2Fport-linux.c;h=fe6fc2d84a2de87825b580c51cceb94f4ab78982;hp=ede533fdd222d496e89235e7face235076dc26ed;hb=1a7258779c5454494ac8e257cca2fc99a7e36dfe;hpb=ac0ba1f390586dd0300f0a036ce30952b1dd5def diff --git a/openbsd-compat/port-linux.c b/openbsd-compat/port-linux.c index ede533f..fe6fc2d 100644 --- a/openbsd-compat/port-linux.c +++ b/openbsd-compat/port-linux.c @@ -1,4 +1,4 @@ -/* $Id: port-linux.c,v 1.11.4.2 2011/02/04 00:43:08 djm Exp $ */ +/* $Id: port-linux.c,v 1.11.4.3 2011/02/06 02:24:17 dtucker Exp $ */ /* * Copyright (c) 2005 Daniel Walsh @@ -213,7 +213,7 @@ ssh_selinux_setfscreatecon(const char *path) if (!ssh_selinux_enabled()) return; - if (path == NULL) + if (path == NULL) { setfscreatecon(NULL); return; }