]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/filed.c
- Move Python variables from Job to Bacula. They are
[bacula/bacula] / bacula / src / filed / filed.c
index 8d2ff77b0554941c01e9287b179b9363e8064a85..8fdbea30449d8b41f8a928e931f83e879dbcb420 100644 (file)
@@ -11,7 +11,7 @@
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
-   version 2 as ammended with additional clauses defined in the
+   version 2 as amended 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,
@@ -49,7 +49,7 @@ const int win32_client = 0;
 
 #define CONFIG_FILE "./bacula-fd.conf" /* default config file */
 
-static char *configfile = NULL;
+char *configfile = NULL;
 static bool foreground = false;
 static bool inetd_request = false;
 static workq_t dir_workq;             /* queue of work from Director */