[pisa-src] r1217 - trunk/test/sendvrfyreq.c

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 16 Oct 2009 14:15:38 +0200

Author: tjansen
Date: Fri Oct 16 14:15:38 2009
New Revision: 1217

Log:
Deprecated preauth code.

Modified:
   trunk/test/sendvrfyreq.c

Modified: trunk/test/sendvrfyreq.c
==============================================================================
--- trunk/test/sendvrfyreq.c    Fri Oct 16 13:53:18 2009        (r1216)
+++ trunk/test/sendvrfyreq.c    Fri Oct 16 14:15:38 2009        (r1217)
@@ -156,12 +156,14 @@
 
                vrfyres1_packet = (pisa_packet *)recv_buf;
 
+#ifdef REMOVE_PREAUTH_CODE /* remove entire file */
                if (pisasd_handle_vrfyres1(&entry, vrfyres1_packet) < 0) {
                        _PISA_ERROR("Cannot handle verify response1 packet. 
(%s)\n",
                                strerror(errno));
                        usleep(send_interval * 1000000);
                        continue;
                }
+#endif /* REMOVE_PREAUTH_CODE */
 
                _PISA_DEBUG(PL_GENERIC, "Sent a vrfyreq2 packet.\n");
 

Other related posts:

  • » [pisa-src] r1217 - trunk/test/sendvrfyreq.c - Thomas Jansen