Skip to content

Commit c943b18

Browse files
committed
Appease no-tls compilation tests
1 parent eb0c17f commit c943b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkerd/meshtls/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ impl Mode {
111111
}
112112

113113
#[cfg(not(feature = "__has_any_tls_impls"))]
114-
_ => no_tls!(server_name, roots_pem, key_pkcs8, csr),
114+
_ => no_tls!(local_id, server_name, roots_pem, key_pkcs8, csr),
115115
}
116116
}
117117
}

0 commit comments

Comments
 (0)