diff options
Diffstat (limited to 'src/cmd/auth/factotum/conv.c')
-rw-r--r-- | src/cmd/auth/factotum/conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/auth/factotum/conv.c b/src/cmd/auth/factotum/conv.c index a39abff5..cd9d5045 100644 --- a/src/cmd/auth/factotum/conv.c +++ b/src/cmd/auth/factotum/conv.c @@ -105,7 +105,7 @@ convgetrpc(Conv *c, int want) return &c->rpc; rpcrespond(c, "phase in state '%s' want '%s'", c->state, rpcname[want]); } - return nil; /* not reached */ + /* not reached */ } /* read until the done function tells us that's enough */ |