Skip to content

Commit

Permalink
Shorten server pipe name (#2302)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRossignoli authored and Evangelink committed Feb 12, 2024
1 parent 57b942c commit c46b7bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public static PipeNameDescription GetPipeName(string name)
PlatformResources.CouldNotFindDirectoryErrorMessage,
#endif
directoryId))
: Path.Combine(directoryId, ".pipe"), true);
: Path.Combine(directoryId, ".p"), true);
}

public void Dispose()
Expand Down

0 comments on commit c46b7bc

Please sign in to comment.