X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fstored%2Fbls.c;h=e9ca15b5a4421decc83cdb8f4f6b29b4eff95467;hb=dc9f8d415d12cc92db533adbf7b01fc39e1e30f2;hp=5fb318e39fdf835bde079ce8b15a84a694dabc9a;hpb=0285e4c97413489deb7a1073d8ed1d824c7b3824;p=bacula%2Fbacula diff --git a/bacula/src/stored/bls.c b/bacula/src/stored/bls.c index 5fb318e39f..e9ca15b5a4 100644 --- a/bacula/src/stored/bls.c +++ b/bacula/src/stored/bls.c @@ -8,19 +8,14 @@ Copyright (C) 2000-2005 Kern Sibbald This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of - the License, or (at your option) any later version. + modify it under the terms of the GNU General Public License + version 2 as ammended with additional clauses defined in the + file LICENSE in the main source directory. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program; if not, write to the Free - Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + the file LICENSE for additional details. */ @@ -57,7 +52,7 @@ static uint32_t num_files = 0; static ATTR *attr; #define CONFIG_FILE "bacula-sd.conf" -char *configfile; +char *configfile = NULL; STORES *me = NULL; /* our Global resource */ bool forge_on = false; pthread_mutex_t device_release_mutex = PTHREAD_MUTEX_INITIALIZER; @@ -434,7 +429,6 @@ bool dir_ask_sysop_to_create_appendable_volume(DCR *dcr) { return 1; } bool dir_update_file_attributes(DCR *dcr, DEV_RECORD *rec) { return 1;} bool dir_send_job_status(JCR *jcr) {return 1;} int generate_job_event(JCR *jcr, const char *event) { return 1; } -bool python_set_prog(JCR*, char const*) { return false; } bool dir_ask_sysop_to_mount_volume(DCR *dcr) {