From: Eric Bollengier Date: Wed, 13 Dec 2006 10:35:04 +0000 (+0000) Subject: ebl revert "Add update volume=xxx status=Purged" X-Git-Tag: Release-2.0.0~121 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c53c0b56ea6a8ee2065eb6ea762123b9acb3deb4;p=bacula%2Fbacula ebl revert "Add update volume=xxx status=Purged" setting a volume to purged should only be done by the purge command. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3796 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/dird/ua_update.c b/bacula/src/dird/ua_update.c index 4fdfd09b44..6717138cc0 100644 --- a/bacula/src/dird/ua_update.c +++ b/bacula/src/dird/ua_update.c @@ -114,7 +114,6 @@ static void update_volstatus(UAContext *ua, const char *val, MEDIA_DBR *mr) NT_("Recycle"), NT_("Read-Only"), NT_("Error"), - NT_("Purged"), NULL}; bool found = false; int i;