cifs: fix compiler warning
This commit is contained in:
parent
007520e3fe
commit
193e55b88c
1 changed files with 0 additions and 1 deletions
|
@ -209,7 +209,6 @@ ntv2_blob(uchar *blob, int len, char *windom)
|
|||
len -= 4;
|
||||
p += putname(p, len - (p-blob), windom, Bdomain);
|
||||
p += putname(p, len - (p-blob), "", Beof);
|
||||
len += 4;
|
||||
|
||||
*p++ = 0; /* 32bit: unknown data */
|
||||
*p++ = 0;
|
||||
|
|
Loading…
Reference in a new issue