From: Kern Sibbald Date: Tue, 15 Apr 2008 14:55:03 +0000 (+0000) Subject: Update copyright date X-Git-Tag: Release-2.2.9-b7~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a8e9b06fad946b3da23d1640f8d94091b534f0e7;p=bacula%2Fbacula Update copyright date git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6819 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/lib/bsock.c b/bacula/src/lib/bsock.c index 32a163acc8..66703c8078 100644 --- a/bacula/src/lib/bsock.c +++ b/bacula/src/lib/bsock.c @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2007-2007 Free Software Foundation Europe e.V. + Copyright (C) 2007-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. @@ -776,6 +776,7 @@ int BSOCK::wait_data_intr(int sec) return -1; /* error return */ default: b_errno = 0; + break; } return 1; } diff --git a/bacula/src/lib/bsock.h b/bacula/src/lib/bsock.h index f4a90085dc..29a693772d 100644 --- a/bacula/src/lib/bsock.h +++ b/bacula/src/lib/bsock.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.