Date: Mon, 27 Jul 2009 22:44:35 GMT From: Jonathan Anderson <jona@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 166664 for review Message-ID: <200907272244.n6RMiZFw053070@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=166664 Change 166664 by jona@jona-trustedbsd-belle-vmware on 2009/07/27 22:44:02 No need for perror(), as error handling is now being done higher up in the stack Affected files ... .. //depot/projects/trustedbsd/capabilities/src/tools/cap/user_angel/server.c#19 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/tools/cap/user_angel/server.c#19 (text+ko) ==== @@ -476,11 +476,7 @@ struct ua_datum *fdcount = ua_marshall_int(len); - if(ua_send(client->socket, fdcount, NULL, 0) < 0) - { - perror("Error sending FD count"); - return -1; - } + if(ua_send(client->socket, fdcount, NULL, 0) < 0) return -1; printf(": "); for(int i = 0; i < len; i++)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907272244.n6RMiZFw053070>
