MSA-1518: Foscam Unaltered

This commit is contained in:
Greg Crowley
2016-10-08 22:00:48 -05:00
parent 84323afa04
commit e061a25228

View File

@@ -189,4 +189,4 @@ private calcDigestAuth(String method, String uri) {
def response = hashMD5("${HA1}::::auth:${HA2}")
'Digest username="'+ getUsername() + '", realm="", nonce="", uri="'+ uri +'", qop=auth, nc=, cnonce="", response="' + response + '", opaque=""'
}
}