aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plumb/fsys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/plumb/fsys.c')
-rw-r--r--src/cmd/plumb/fsys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/plumb/fsys.c b/src/cmd/plumb/fsys.c
index 0f5bcc89..0ffd5053 100644
--- a/src/cmd/plumb/fsys.c
+++ b/src/cmd/plumb/fsys.c
@@ -233,7 +233,7 @@ fsysproc(void *v)
error("convert error in convM2S");
if(debug)
fprint(2, "<= %F\n", t);
- if(fcall[t->type] == nil)
+ if(fcall[t->type] == 0)
fsysrespond(t, buf, Ebadfcall);
else{
if(t->type==Tversion || t->type==Tauth)