diff options
| -rw-r--r-- | libc/inet/rpc/clnt_generic.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libc/inet/rpc/clnt_generic.c b/libc/inet/rpc/clnt_generic.c index a53546737..f2d6c1295 100644 --- a/libc/inet/rpc/clnt_generic.c +++ b/libc/inet/rpc/clnt_generic.c @@ -116,7 +116,7 @@ clnt_create (const char *hostname, u_long prog, u_long vers,    prttmpbuf = alloca (prtbuflen);    while (getprotobyname_r (proto, &protobuf, prttmpbuf, prtbuflen, &p) != 0  	 || p == NULL) -	if (errno != ERANGE) +    if (errno != ERANGE)        {  	struct rpc_createerr *ce = &get_rpc_createerr ();  	ce->cf_stat = RPC_UNKNOWNPROTO; | 
