Print this page
OS-1780 ipdadm accidentally a newline

*** 164,174 **** } if (ipd_status_get_config(hdl, g_zid, &icp) != 0) { if (ipd_errno == EIPD_ZC_NOENT) { (void) printf("zone %s does not exist or has no " ! "ipd actions enabled", g_zonename); return (E_SUCCESS); } (void) fprintf(stderr, "%s: failed to get info: %s\n", g_pname, ipd_errmsg); return (E_ERROR); --- 164,174 ---- } if (ipd_status_get_config(hdl, g_zid, &icp) != 0) { if (ipd_errno == EIPD_ZC_NOENT) { (void) printf("zone %s does not exist or has no " ! "ipd actions enabled\n", g_zonename); return (E_SUCCESS); } (void) fprintf(stderr, "%s: failed to get info: %s\n", g_pname, ipd_errmsg); return (E_ERROR);