Merge from 3.0:
authorTim Potter <tpot@samba.org>
Thu, 9 Oct 2003 06:25:40 +0000 (06:25 +0000)
committerTim Potter <tpot@samba.org>
Thu, 9 Oct 2003 06:25:40 +0000 (06:25 +0000)
>Typo in error message.
>Jeremy.

source/passdb/passdb.c

index cdbda389836d28efca2d65c2acf11143153be4a5..0afa130a67fd041f8663643ce6281f66741960ee 100644 (file)
@@ -936,7 +936,7 @@ BOOL local_password_change(const char *user_name, int local_flags,
                if ((local_flags & LOCAL_ADD_USER) || (local_flags & LOCAL_DELETE_USER)) {
                        /* Might not exist in /etc/passwd.  Use rid algorithm here */
                        if (!NT_STATUS_IS_OK(pdb_init_sam_new(&sam_pass, user_name, 0))) {
-                               slprintf(err_str, err_str_len-1, "Failed initialise SAM_ACCOUNT for user %s.\n", user_name);
+                               slprintf(err_str, err_str_len-1, "Failed to initialise SAM_ACCOUNT for user %s.\n", user_name);
                                return False;
                        }
                } else {