diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-08 08:38:44 +0100 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-08 08:38:44 +0100 |
| commit | 193e55b88cec346a4c3f301057aef692a859b642 (patch) | |
| tree | f9c5d602ac810efac7f2a5d6eeeb4bd842cffe24 | |
| parent | 007520e3fef2c12a2ee7844d1ac016668a804132 (diff) | |
| download | plan9front-193e55b88cec346a4c3f301057aef692a859b642.tar.xz | |
cifs: fix compiler warning
| -rw-r--r-- | sys/src/cmd/cifs/auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/cifs/auth.c b/sys/src/cmd/cifs/auth.c index c491b335a..9dc9b4664 100644 --- a/sys/src/cmd/cifs/auth.c +++ b/sys/src/cmd/cifs/auth.c @@ -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; |
