pvput: missing error case

This commit is contained in:
Michael Davidsaver
2017-10-04 14:29:10 +02:00
parent 4eb8856a00
commit 41dd55e00f

View File

@@ -327,6 +327,8 @@ struct Putter : public pvac::ClientChannel::PutCallback
}
args.tosend.set(idxfld->getFieldOffset());
} else {
throw std::runtime_error("Don't know how to set field .value");
}
} else {