]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/port-linux.c
Merged from OPENSSH_4_6P1_GSSAPI_20070328 to OPENSSH_4_7P1_GSSAPI_20070912 into GPT...
[gssapi-openssh.git] / openssh / openbsd-compat / port-linux.c
index 5386d9dc79160e2db8ce8ac5ea4de271e591d72e..45615eab236010e5c4e8a4c15e2e012dad57a863 100644 (file)
@@ -79,6 +79,7 @@ ssh_selinux_getctxbyname(char *pwname)
                case 0:
                        error("%s: Failed to get default SELinux security "
                            "context for %s", __func__, pwname);
+                       break;
                default:
                        fatal("%s: Failed to get default SELinux security "
                            "context for %s (in enforcing mode)",
@@ -115,6 +116,7 @@ ssh_selinux_setup_exec_context(char *pwname)
                case 0:
                        error("%s: Failed to set SELinux execution "
                            "context for %s", __func__, pwname);
+                       break;
                default:
                        fatal("%s: Failed to set SELinux execution context "
                            "for %s (in enforcing mode)", __func__, pwname);
This page took 0.039138 seconds and 4 git commands to generate.