From: John Ferlan Date: Fri, 15 Sep 2017 19:21:35 +0000 (-0400) Subject: util: Fix secret generation in virStorageSourceParseRBDColonString X-Git-Tag: v3.8.0-rc1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffdce9b1f1a5c59b928222b886488e28d4a03590;p=thirdparty%2Flibvirt.git util: Fix secret generation in virStorageSourceParseRBDColonString Commit id '5604c056' used the wrong API to generate the secrettype, - virStorageAuthTypeToString(VIR_STORAGE_AUTH_TYPE_CEPHX)) < 0) + virSecretUsageTypeToString(VIR_SECRET_USAGE_TYPE_CEPH)) < 0) goto error; src->auth = authdef; authdef = NULL;