1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

Spelling fixes.

(This used to be commit a5ac2ac4ad)
This commit is contained in:
Tim Potter
2002-03-24 23:25:05 +00:00
parent 7104dbd245
commit 1d582af3c0
3 changed files with 3 additions and 3 deletions

View File

@ -343,7 +343,7 @@ BOOL make_user_info_netlogon_interactive(auth_usersupplied_info **user_info,
SMBOWFencrypt((const unsigned char *)lm_pwd, chal, local_lm_response); SMBOWFencrypt((const unsigned char *)lm_pwd, chal, local_lm_response);
SMBOWFencrypt((const unsigned char *)nt_pwd, chal, local_nt_response); SMBOWFencrypt((const unsigned char *)nt_pwd, chal, local_nt_response);
/* Password info parinoia */ /* Password info paranoia */
ZERO_STRUCT(lm_pwd); ZERO_STRUCT(lm_pwd);
ZERO_STRUCT(nt_pwd); ZERO_STRUCT(nt_pwd);
ZERO_STRUCT(key); ZERO_STRUCT(key);

View File

@ -414,7 +414,7 @@ main()
#endif #endif
/**************************************************************************** /****************************************************************************
Check if we are setuid root. Used in libsmb and smbpasswd parinoia checks. Check if we are setuid root. Used in libsmb and smbpasswd paranoia checks.
****************************************************************************/ ****************************************************************************/
BOOL is_setuid_root(void) BOOL is_setuid_root(void)
{ {

View File

@ -243,7 +243,7 @@ static NTSTATUS sid_to_name(struct winbindd_domain *domain,
*name = names[0]; *name = names[0];
DEBUG(5,("Mapped sid to [%s]\\[%s]\n", domains[0], *name)); DEBUG(5,("Mapped sid to [%s]\\[%s]\n", domains[0], *name));
/* Parinoia */ /* Paranoia */
if (strcasecmp(domain->name, domains[0]) != 0) { if (strcasecmp(domain->name, domains[0]) != 0) {
DEBUG(1, ("domain name from domain param and PDC lookup return differ! (%s vs %s)\n", domain->name, domains[0])); DEBUG(1, ("domain name from domain param and PDC lookup return differ! (%s vs %s)\n", domain->name, domains[0]));
return NT_STATUS_UNSUCCESSFUL; return NT_STATUS_UNSUCCESSFUL;