commit 625291276b6d5e8a04d016184812ffbcbf1a8e2c parent ed448afbed53bd7b5a1c8388538a25867398493e Author: Kris Maglione <jg@suckless.org> Date: Fri, 1 Jun 2007 15:27:55 -0400 Don't overwrite the root fid. Diffstat:
libixp/client.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/libixp/client.c b/libixp/client.c @@ -107,6 +107,7 @@ ixp_mountfd(int fd) { c->msg.size = 64; c->msg.data = ixp_emalloc(c->msg.size); + c->lastfid = RootFid; fcall.type = TVersion; fcall.tag = IXP_NOTAG;