]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/msgchan.c
- Continue implementing migration.
[bacula/bacula] / bacula / src / dird / msgchan.c
index a0b2e0a1bf1f769a0757bcbdf02c8bfc6e884851..04ac72bfeecb5ddf9b4526f6fc676421327619c4 100644 (file)
@@ -16,7 +16,7 @@
  *   Version $Id$
  */
 /*
-   Copyright (C) 2000-2005 Kern Sibbald
+   Copyright (C) 2000-2006 Kern Sibbald
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
@@ -250,10 +250,6 @@ bool start_storage_daemon_job(JCR *jcr, alist *rstore, alist *wstore)
          break;
       }
    }
-   if (ok) {
-      ok = bnet_fsend(sd, "run");
-      Dmsg1(100, ">stored: %s\n", sd->msg);
-   }
    return ok;
 }