diff options
author | ftrvxmtrx <ftrvxmtrx@gmail.com> | 2016-11-17 02:59:40 +0100 |
---|---|---|
committer | ftrvxmtrx <ftrvxmtrx@gmail.com> | 2016-11-17 02:59:40 +0100 |
commit | 0930f44febd25c27fb717e7323686e50c4fa0593 (patch) | |
tree | 397b0b732b628164fb078bdbe011a6ae453452a2 /sys/src/cmd/cifs/auth.c | |
parent | c0d0f86b14593bbf608284b96920558756a69304 (diff) |
cmd: remove a bit of unused stuff
Diffstat (limited to 'sys/src/cmd/cifs/auth.c')
-rw-r--r-- | sys/src/cmd/cifs/auth.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/cifs/auth.c b/sys/src/cmd/cifs/auth.c index 9887d3655..cc334889a 100644 --- a/sys/src/cmd/cifs/auth.c +++ b/sys/src/cmd/cifs/auth.c @@ -23,6 +23,7 @@ static enum { MACoff = 14, /* sign. offset from start of SMB (not netbios) pkt */ }; +#ifdef DEBUG_MAC static void dmp(char *s, int seq, void *buf, int n) { @@ -38,6 +39,7 @@ dmp(char *s, int seq, void *buf, int n) } print("\n"); } +#endif static Auth * auth_plain(char *windom, char *keyp, uchar *chal, int len) |