Merge tag 'upstream/3.3.2'
[debian/amanda] / application-src / amzfs-sendrecv.pl
index 1bbbb9c97a2621bdb67b32ee230af3fda5da85d4..7e6b4572a0c5b4c7059ff4c7f2106bbc28f27d96 100644 (file)
@@ -1,5 +1,5 @@
 #!@PERL@
-# Copyright (c) 2008, 2009, 2010 Zmanda, Inc.  All Rights Reserved.
+# Copyright (c) 2008-2012 Zmanda, Inc.  All Rights Reserved.
 #
 # 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 published
@@ -102,7 +102,8 @@ sub command_support {
 sub command_selfcheck {
     my $self = shift;
 
-    $self->print_to_server("disk " . quote_string($self->{disk}));
+    $self->print_to_server("disk " . quote_string($self->{disk}),
+                          $Amanda::Script_App::GOOD);
 
     $self->print_to_server("amzfs-sendrecv version " . $Amanda::Constants::VERSION,
                           $Amanda::Script_App::GOOD);