X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fbsd-security.c;h=303c4d040f598b922a73baad0391f8348faa1931;hb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;hp=2d0766d6cacfcdc06769f2521221e776c6e38249;hpb=71325c297e0436e9930a3e129a26696e78c27f62;p=debian%2Famanda diff --git a/common-src/bsd-security.c b/common-src/bsd-security.c index 2d0766d..303c4d0 100644 --- a/common-src/bsd-security.c +++ b/common-src/bsd-security.c @@ -24,7 +24,7 @@ * file named AUTHORS, in the root directory of this distribution. */ /* - * $Id: bsd-security.c,v 1.75 2006/07/19 17:41:14 martinea Exp $ + * $Id: bsd-security.c,v 1.75.2.1 2006/09/28 18:46:08 martinea Exp $ * * "BSD" security module */ @@ -360,7 +360,7 @@ bsd_stream_client( STREAM_BUFSIZE, STREAM_BUFSIZE, &bs->port, 0); if (bs->fd < 0) { security_seterror(&bh->sech, - "can't connect stream to %s port %hd: %s", bh->hostname, + "can't connect stream to %s port %d: %s", bh->hostname, id, strerror(errno)); amfree(bs); return (NULL);