vfs_virusfilter: realign synthetic_smb_fname() args in infected_file_action_quarantine()
[amitay/samba.git] / source3 / modules / vfs_virusfilter.c
index 46dbfa1b0895488bc4001bf83588fcb391fff274..0244c04289c326fa28eaf85bf2fe10796bd7c5bf 100644 (file)
@@ -666,9 +666,11 @@ static virusfilter_action infected_file_action_quarantine(
                goto out;
        }
 
-       q_smb_fname = synthetic_smb_fname(frame, q_filepath,
+       q_smb_fname = synthetic_smb_fname(frame,
+                                         q_filepath,
                                          smb_fname->stream_name,
-                                         NULL, smb_fname->flags);
+                                         NULL,
+                                         smb_fname->flags);
        if (q_smb_fname == NULL) {
                action = VIRUSFILTER_ACTION_DO_NOTHING;
                goto out;