1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

Fix two typos

This commit is contained in:
Jelmer Vernooij 0001-01-01 00:00:00 +00:00
parent bb943a68af
commit 898a246c16
2 changed files with 2 additions and 2 deletions

View File

@ -3345,7 +3345,7 @@ done
# Always built these modules static
MODULE_pdb_guest=STATIC
MODULE_rpc_spools=STATIC
MODULE_rpc_spoolss=STATIC
MODULE_rpc_srv=STATIC
AC_ARG_WITH(static-modules,

View File

@ -812,7 +812,7 @@ BOOL api_pipe_bind_req(pipes_struct *p, prs_struct *rpc_in_p)
}
if (i == rpc_lookup_size) {
DEBUG(0, ("module %s doesn't provide functions for pipe %s!\m", p->name, p->name));
DEBUG(0, ("module %s doesn't provide functions for pipe %s!\n", p->name, p->name));
return False;
}
}