1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Fixed typo in debug message.

This commit is contained in:
Tim Potter 0001-01-01 00:00:00 +00:00
parent a542f4513a
commit 4d2f660582

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;
}