mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
librados: return value on non void function
This commit is contained in:
parent
b9c367299a
commit
7335fbbf2d
@ -1232,6 +1232,7 @@ pool_change_auid_async(rados_ioctx_t io, unsigned long long auid, PoolAsyncCompl
|
|||||||
objecter->change_pool_auid(poolID,
|
objecter->change_pool_auid(poolID,
|
||||||
new C_PoolAsync_Safe(c),
|
new C_PoolAsync_Safe(c),
|
||||||
auid);
|
auid);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int librados::RadosClient::
|
int librados::RadosClient::
|
||||||
|
Loading…
Reference in New Issue
Block a user