Skip to content

Commit

Permalink
Need uri for fn
Browse files Browse the repository at this point in the history
  • Loading branch information
picklejw committed Oct 22, 2024
1 parent fca155b commit c4b9efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onvif/src/soap/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ impl Client {
debug!(?auth_type, %redirections, "About to make request.");

let soap_msg =
soap::soap(message, &username_token).map_err(|e| Error::Protocol(format!("{e:?}")))?;
soap::soap(message, &username_token, &uri).map_err(|e| Error::Protocol(format!("{e:?}")))?;

let mut request = self
.client
Expand Down

0 comments on commit c4b9efd

Please # to comment.