[pisa-src] r1751 - trunk/community-operator/co_server.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 24 Nov 2009 10:33:12 +0100

Author: biurrun
Date: Tue Nov 24 10:33:12 2009
New Revision: 1751

Log:
Remove unused #define DEFAULT_NUMBER_OF_PARALLEL_USERS.

Modified:
   trunk/community-operator/co_server.c

Modified: trunk/community-operator/co_server.c
==============================================================================
--- trunk/community-operator/co_server.c        Tue Nov 24 10:19:22 2009        
(r1750)
+++ trunk/community-operator/co_server.c        Tue Nov 24 10:33:12 2009        
(r1751)
@@ -22,7 +22,6 @@
 #include "hipl.h"
 
 #define CERT_BUF_SIZE 10240
-#define DEFAULT_NUMBER_OF_PARALLEL_USERS 3
 
 static int running;
 static struct in6_addr issuer_hit;

Other related posts:

  • » [pisa-src] r1751 - trunk/community-operator/co_server.c - Diego Biurrun