1
0
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:
Volker Lendecke 2010-03-28 14:21:49 +02:00
parent 09a676a471
commit 3caaca9021

View File

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