Skip to content

Commit 4f6035a

Browse files
videnizonyitoo
authored andcommitted
It's supposed to be remove, not remote.
1 parent 19bc88b commit 4f6035a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shadowsocks/src/manager/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ impl ManagerClient {
4242

4343
impl_command!(ping, PingRequest, PingResponse);
4444

45-
impl_command!(remote, RemoveRequest, RemoveResponse);
45+
impl_command!(remove, RemoveRequest, RemoveResponse);
4646

4747
/// Create a `ManagerDatagram` for sending data to manager
4848
pub async fn connect(

0 commit comments

Comments
 (0)