Skip to content

Commit c4b9efd

Browse files
committed
Need uri for fn
1 parent fca155b commit c4b9efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onvif/src/soap/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ impl Client {
208208
debug!(?auth_type, %redirections, "About to make request.");
209209

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

213213
let mut request = self
214214
.client

0 commit comments

Comments
 (0)