diff options
Diffstat (limited to 'nis/nis_call.c')
-rw-r--r-- | nis/nis_call.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nis/nis_call.c b/nis/nis_call.c index 1dfb129..6727550 100644 --- a/nis/nis_call.c +++ b/nis/nis_call.c @@ -151,7 +151,6 @@ __bind_connect (dir_binding *dbp) if (dbp->use_auth) { -#if defined(HAVE_SECURE_RPC) if (serv->key_type == NIS_PK_DH) { char netname[MAXNETNAMELEN+1]; @@ -168,7 +167,6 @@ __bind_connect (dir_binding *dbp) dbp->clnt->cl_auth = authunix_create_default (); } else -#endif dbp->clnt->cl_auth = authunix_create_default (); dbp->use_auth = TRUE; } |