Print this page
10703 smatch unreachable code checking needs reworking
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>

*** 20,29 **** --- 20,30 ---- */ /* * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2015 RackTop Systems. + * Copyright 2019 Joyent, Inc. */ /* * This is the client layer for svc.configd. All direct protocol interactions * are handled here.
*** 1986,1996 **** */ return; case EFAULT: default: bad_error("door_ucred", errno); - return; } } if (adt_start_session(&session, NULL, 0) != 0) { syslog(LOG_ERR, gettext("start_audit_session(): could not " "start audit session.\n")); --- 1987,1996 ----