mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3: Fix typos in a debug message in vfs_init_custom
This commit is contained in:
parent
09a676a471
commit
3caaca9021
@ -111,7 +111,8 @@ bool vfs_init_custom(connection_struct *conn, const char *vfs_object)
|
||||
const struct vfs_init_function_entry *entry;
|
||||
|
||||
if (!conn||!vfs_object||!vfs_object[0]) {
|
||||
DEBUG(0,("vfs_init_custon() called with NULL pointer or emtpy vfs_object!\n"));
|
||||
DEBUG(0, ("vfs_init_custom() called with NULL pointer or "
|
||||
"empty vfs_object!\n"));
|
||||
return False;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user