Imported Upstream version 2.5.1p3
[debian/amanda] / common-src / bsd-security.c
index 2d0766d6cacfcdc06769f2521221e776c6e38249..303c4d040f598b922a73baad0391f8348faa1931 100644 (file)
@@ -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);