Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106270
b: refs/heads/master
c: e2d2867
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wright authored and Steve French committed Jul 24, 2008
1 parent 00b3e1c commit a87d8c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef571cadd516e7ffcdeac6bb8054e5908fcccfcf
refs/heads/master: e2d2867ff8700d7431c68c089ff5f5ed7f2d5b40
2 changes: 1 addition & 1 deletion trunk/fs/cifs/asn1.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ decode_negTokenInit(unsigned char *security_blob, int length,
/* remember to free obj->oid */
rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag);
if (rc) {
if ((tag == ASN1_OJI) && (cls == ASN1_PRI)) {
if ((tag == ASN1_OJI) && (con == ASN1_PRI)) {
rc = asn1_oid_decode(&ctx, end, &oid, &oidlen);
if (rc) {
rc = compare_oid(oid, oidlen,
Expand Down

0 comments on commit a87d8c4

Please sign in to comment.