s3: Change fsp->fsp_name to be an smb_filename struct!
[samba.git] / source3 / smbd / smb2_notify.c
index 7ab93ce574b368657f89043432cb19e8c7223d6f..f6d83aeeed921b2b6ef55c1dc64aa516cf66b660 100644 (file)
@@ -231,7 +231,7 @@ static struct tevent_req *smbd_smb2_notify_send(TALLOC_CTX *mem_ctx,
 
                DEBUG(3,("smbd_smb2_notify_send: notify change "
                         "called on %s, filter = %s, recursive = %d\n",
-                        fsp->fsp_name, filter_string, recursive));
+                        fsp_str_dbg(fsp), filter_string, recursive));
 
                TALLOC_FREE(filter_string);
        }