kbdfs: fix mistake, remove leftover static user variable (thanks umbraticus and igor)
This commit is contained in:
parent
29f60cace1
commit
157166d4fc
1 changed files with 0 additions and 1 deletions
|
@ -1253,7 +1253,6 @@ kbmapwrite(Req *req)
|
||||||
static int
|
static int
|
||||||
fillstat(ulong qid, Dir *d)
|
fillstat(ulong qid, Dir *d)
|
||||||
{
|
{
|
||||||
static char *user;
|
|
||||||
struct Qtab *t;
|
struct Qtab *t;
|
||||||
|
|
||||||
memset(d, 0, sizeof *d);
|
memset(d, 0, sizeof *d);
|
||||||
|
|
Loading…
Reference in a new issue