Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 1999 12:04:23 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ypbind ypbind.c
Message-ID:  <199902102004.MAA06210@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       1999/02/10 12:04:22 PST

  Modified files:
    usr.sbin/ypbind      ypbind.c 
  Log:
  The ypbind_setdom_2 procedure returns NULL in the success case. This is
  incorrect; returning NULL here means that the dispatcher won't send any
  response back to the caller, which means the caller will sit there waiting
  until it times out. I don't know how this ever worked before. The effect
  is that using 'ypset foo' to get the local ypbind to change servers would
  work, but would sit there hanging for a long time for no reason.
  
  Revision  Changes    Path
  1.28      +3 -2      src/usr.sbin/ypbind/ypbind.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902102004.MAA06210>