provide more useful error message when running kpropd on command line
authorKen Raeburn <raeburn@mit.edu>
Fri, 20 Jul 2007 03:20:36 +0000 (03:20 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 20 Jul 2007 03:20:36 +0000 (03:20 +0000)
commit371e8e7e65c120150dd2bef4f2928302570a5531
treee19b05b0323f215d0211ad0d5af83966ba3fb98f
parentc7f2957ec351c161b999c3bdfb654bc8a84556e1
provide more useful error message when running kpropd on command line

The way kpropd indicates that it's supposed to be connected to the network
is by printing out a socket error:

kpropd: getpeername: Socket operation on non-socket

With this patch, it's a bit more friendly:

./kpropd: Standard input does not appear to be a network socket.
        (Not run from inetd, and missing the -S option?)

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19720 dc483132-0cff-0310-8789-dd5450dbe970
src/slave/kpropd.c