Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/lib/res.cc')
-rw-r--r--core/src/lib/res.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/lib/res.cc b/core/src/lib/res.cc
index 54c7d05f1..1279b6e50 100644
--- a/core/src/lib/res.cc
+++ b/core/src/lib/res.cc
@@ -2205,7 +2205,7 @@ static DatatypeName datatype_names[] = {
{CFG_TYPE_META, "META_TAG", "Meta tag"},
// Storage daemon resource types
- {CFG_TYPE_DEVTYPE, "DEVICE_TYPE", "Device Type"},
+ //{CFG_TYPE_DEVTYPE, "DEVICE_TYPE", "Device Type"},
{CFG_TYPE_MAXBLOCKSIZE, "MAX_BLOCKSIZE", "Maximum Blocksize"},
{CFG_TYPE_IODIRECTION, "IO_DIRECTION", "IO Direction"},
{CFG_TYPE_CMPRSALGO, "COMPRESSION_ALGORITHM", "Compression Algorithm"},