patch-src_rpc_soc_c 557 B

123456789101112131415161718
  1. --- libtirpc-0.3.2.orig/src/rpc_soc.c 2015-06-16 17:35:08.000000000 +0200
  2. +++ libtirpc-0.3.2/src/rpc_soc.c 2015-06-27 11:37:58.000000000 +0200
  3. @@ -520,6 +520,7 @@ clnt_broadcast(prog, vers, proc, xargs,
  4. (resultproc_t) rpc_wrap_bcast, "udp");
  5. }
  6. +#if 0
  7. /*
  8. * Create the client des authentication object. Obsoleted by
  9. * authdes_seccreate().
  10. @@ -551,6 +552,7 @@ fallback:
  11. dummy = authdes_seccreate(servername, window, NULL, ckey);
  12. return (dummy);
  13. }
  14. +#endif
  15. /*
  16. * Create a client handle for a unix connection. Obsoleted by clnt_vc_create()