X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fconsole%2Fconsole_conf.h;h=a92a0a843be3a0ec965c7bcb5ed31e403b0b3498;hb=2613ea6416131163d0eab5bfb83fc9130add1a67;hp=3dda499599b25776c7c1fad541df0acdecbf88df;hpb=04b0f420de94bf142a6511103be1c0c998a2a463;p=bacula%2Fbacula diff --git a/bacula/src/console/console_conf.h b/bacula/src/console/console_conf.h index 3dda499599..a92a0a843b 100644 --- a/bacula/src/console/console_conf.h +++ b/bacula/src/console/console_conf.h @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2007 Free Software Foundation Europe e.V. + Copyright (C) 2000-2008 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - Bacula® is a registered trademark of John Walker. + Bacula® is a registered trademark of Kern Sibbald. The licensor of Bacula is the Free Software Foundation Europe (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. @@ -80,7 +80,7 @@ struct CONRES { /* Director */ struct DIRRES { RES hdr; - int DIRport; /* UA server port */ + uint32_t DIRport; /* UA server port */ char *address; /* UA server address */ char *password; /* UA server password */ bool tls_authenticate; /* Authenticate with TLS */