View | Details | Raw Unified | Return to bug 29406
Collapse All | Expand All

(-)procs.c Sat Jun 2 00:37:50 2001 (-1 / +2 lines)
Lines 63-69 Link Here
63
  if (gethostbyname(arg->mon_name)) res.res_stat = stat_succ;
63
  if (gethostbyname(arg->mon_name)) res.res_stat = stat_succ;
64
  else
64
  else
65
  { 
65
  { 
66
    syslog(LOG_ERR, "invalid hostname to sm_stat: %s", arg->mon_name);
66
    syslog(LOG_ERR, "invalid hostname to sm_stat from %s: %s",
67
          inet_ntoa(req->rq_xprt->xp_raddr), arg->mon_name);
67
    res.res_stat = stat_fail;
68
    res.res_stat = stat_fail;
68
  }
69
  }

Return to bug 29406