projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1fdd109
)
libc/rpc: Remove redundant check.
author
Sascha Wildner <saw@online.de>
Mon, 6 Aug 2012 13:56:12 +0000 (15:56 +0200)
committer
Sascha Wildner <saw@online.de>
Mon, 6 Aug 2012 13:56:12 +0000 (15:56 +0200)
lib/libc/rpc/rpcb_clnt.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/libc/rpc/rpcb_clnt.c
b/lib/libc/rpc/rpcb_clnt.c
index
198c6ae
..
7e2e68a
100644
(file)
--- a/
lib/libc/rpc/rpcb_clnt.c
+++ b/
lib/libc/rpc/rpcb_clnt.c
@@
-1240,7
+1240,7
@@
rpcb_gettime(const char *host, time_t *timep)
}
}
CLNT_DESTROY(client);
- return (st == RPC_SUCCESS? TRUE: FALSE);
+ return (st == RPC_SUCCESS);
}
/*