1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

Fixed typo in debug message.

(This used to be commit 4d2f6605820f7b62ff1a748952fd6edad63c1213)
This commit is contained in:
Tim Potter 2001-06-12 10:13:24 +00:00
parent 10f8162124
commit c569e20b10

View File

@ -121,7 +121,7 @@ uint32 _dfs_remove(pipes_struct *p, DFS_Q_DFS_REMOVE *q_u, DFS_R_DFS_REMOVE *r_u
get_current_user(&user,p);
if (user.uid != 0) {
DEBUG(10,("_dfs_add: uid != 0. Access denied.\n"));
DEBUG(10,("_dfs_remove: uid != 0. Access denied.\n"));
return ERROR_ACCESS_DENIED;
}