mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
A Rust 'crate' is not a misspelling of 'create'
Also fix a misspelling in himmelblaud main. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
parent
2824ed2605
commit
57353b8650
@ -10,6 +10,7 @@ bre
|
||||
bu
|
||||
childres
|
||||
clen
|
||||
crate
|
||||
creat
|
||||
connectin
|
||||
daa
|
||||
|
@ -310,7 +310,7 @@ async fn main() -> ExitCode {
|
||||
client,
|
||||
)));
|
||||
|
||||
// Listen for incomming requests from PAM and NSS
|
||||
// Listen for incoming requests from PAM and NSS
|
||||
let listener = match UnixListener::bind(sock_path) {
|
||||
Ok(listener) => listener,
|
||||
Err(e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user