Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116261
b: refs/heads/master
c: f0a0ac2
h: refs/heads/master
i:
  116259: 707ffc1
v: v3
  • Loading branch information
Eric Van Hensbergen committed Oct 17, 2008
1 parent 9422ebd commit 129c049
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 57c7b4e68edf3b4fe7f977db9ad437e0f7f7c382
refs/heads/master: f0a0ac2ee50c62cf4ad9b06cf8a12435cc5ac44d
4 changes: 2 additions & 2 deletions trunk/net/9p/protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ p9pdu_vreadf(struct p9_fcall *pdu, int optional, const char *fmt, va_list ap)
struct p9_wstat *stbuf =
va_arg(ap, struct p9_wstat *);

stbuf->extension = NULL;
memset(stbuf, 0, sizeof(struct p9_wstat));
stbuf->n_uid = stbuf->n_gid = stbuf->n_muid =
-1;
-1;
errcode =
p9pdu_readf(pdu, optional,
"wwdQdddqssss?sddd",
Expand Down

0 comments on commit 129c049

Please sign in to comment.