K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-02-10T20:04:22.000000Z K 7 svn:log V 431 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. END