X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device-src%2Fnull-device.c;fp=device-src%2Fnull-device.c;h=0814dfbcc2b58151ef20b6855ec89290849408bf;hb=d28952249e392eb31bc8eecc53f6c477f30c617b;hp=d5f7106d7754653ef8d71d649215cebe5f1c72d6;hpb=949b8910a5e23c4285d0b1aedacfc82a14dc97a5;p=debian%2Famanda diff --git a/device-src/null-device.c b/device-src/null-device.c index d5f7106..0814dfb 100644 --- a/device-src/null-device.c +++ b/device-src/null-device.c @@ -1,9 +1,10 @@ /* * Copyright (c) 2007-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 - * by the Free Software Foundation. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -210,7 +211,7 @@ null_device_read_label(Device * dself) { device_set_error(dself, stralloc(_("Can't open NULL device for reading or appending.")), - DEVICE_STATUS_DEVICE_ERROR); + DEVICE_STATUS_VOLUME_UNLABELED | DEVICE_STATUS_VOLUME_ERROR); return FALSE; } @@ -248,7 +249,7 @@ null_device_start (Device * pself, DeviceAccessMode mode, } else { device_set_error(pself, stralloc(_("Can't open NULL device for reading or appending.")), - DEVICE_STATUS_DEVICE_ERROR); + DEVICE_STATUS_VOLUME_UNLABELED | DEVICE_STATUS_VOLUME_ERROR); return FALSE; } }