Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit 7be037b

Browse files
committed
quick nc fix
1 parent 0341f2a commit 7be037b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authorization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func (ah *authorization) toString() string {
121121
}
122122

123123
if ah.Nc != 0 {
124-
buffer.WriteString(fmt.Sprintf("cnonce=%d, ", ah.Nc))
124+
buffer.WriteString(fmt.Sprintf("nc=%08d, ", ah.Nc))
125125
}
126126

127127
if ah.Opaque != "" {

0 commit comments

Comments
 (0)