Skip to content

Commit

Permalink
Revert "Add smb_file_path_type alert method data to gsad"
Browse files Browse the repository at this point in the history
This reverts commit d4d2182.
The manager no longer uses smb_file_path_type to decide how to
interpret the path.
  • Loading branch information
timopollmeier committed Jan 24, 2019
1 parent bab60b7 commit e22d2f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gsad/src/gsad_gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -7299,7 +7299,6 @@ append_alert_method_data (GString *xml, params_t *data, const char *method,
|| (strcmp (method, "SMB") == 0
&& (strcmp (name, "smb_credential") == 0
|| strcmp (name, "smb_file_path") == 0
|| strcmp (name, "smb_file_path_type") == 0
|| strcmp (name, "smb_report_format") == 0
|| strcmp (name, "smb_share_path") == 0))
|| (strcmp (method, "SNMP") == 0
Expand Down

0 comments on commit e22d2f3

Please sign in to comment.