]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored.c
add PostgreSQL support
[bacula/bacula] / bacula / src / stored / stored.c
index 96ba176f9707a6f276968a3222859480b8a70f96..a83e70bd015f9ba42108b5ee220cbedf7438f847 100644 (file)
@@ -94,7 +94,6 @@ int main (int argc, char *argv[])
    textdomain("bacula-sd");
    init_msg(NULL, NULL);
    daemon_start_time = time(NULL);
-   memset(&last_job, 0, sizeof(last_job));
 
    /* Sanity checks */
    if (TAPE_BSIZE % DEV_BSIZE != 0 || TAPE_BSIZE / DEV_BSIZE == 0) {