Skip to content

Commit 3ce4876

Browse files
committed
Name fix
1 parent d23d377 commit 3ce4876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/piped_process.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ piped_processt::piped_processt(const std::vector<std::string> commandvec)
117117
sec_attr.lpSecurityDescriptor = NULL;
118118
// Use named pipes to allow non-blocking read
119119
// Build the base name for the pipes
120-
std::string base_name = "\\\\.\\pipe\\cbmc\\SMT2\\child\\";
120+
std::string base_name = "\\\\.\\pipe\\cbmc\\child\\";
121121
// Use process ID as a unique ID for this process at this time.
122122
base_name.append(std::to_string(GetCurrentProcessId()));
123123
const std::string in_name = base_name + "\\IN";

0 commit comments

Comments
 (0)