]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/filed.c
For symmetry, add this file. At present, all it does is update the version table.
[bacula/bacula] / bacula / src / filed / filed.c
index 1c321e7d7bab7181d98d6cf621485db91a2e8831..aa8dbe07bef51fda265f104efa9936502e179e22 100644 (file)
@@ -99,8 +99,6 @@ int main (int argc, char *argv[])
    init_msg(NULL, NULL);
    daemon_start_time = time(NULL);
 
-   memset(&last_job, 0, sizeof(last_job));
-
    while ((ch = getopt(argc, argv, "c:d:fg:istu:v?")) != -1) {
       switch (ch) {
       case 'c':                    /* configuration file */