minor fix
This commit is contained in:
parent
8d30766129
commit
cd25d42d66
|
@ -225,7 +225,6 @@ ACTOR Future<int> spawnProcess(std::string path,
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
ACTOR Future<int> execHelper(ExecCmdValueString* execArg, UID snapUID, std::string folder, std::string role) {
|
ACTOR Future<int> execHelper(ExecCmdValueString* execArg, UID snapUID, std::string folder, std::string role) {
|
||||||
state Standalone<StringRef> uidStr(snapUID.toString());
|
state Standalone<StringRef> uidStr(snapUID.toString());
|
||||||
|
|
Loading…
Reference in New Issue