dreid       99/10/14 13:53:29

  Modified:    src/lib/apr/locks/beos locks.c
  Log:
  Remove some early debugging code that stops the server running.
  
  Revision  Changes    Path
  1.5       +0 -4      apache-2.0/src/lib/apr/locks/beos/locks.c
  
  Index: locks.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/locks/beos/locks.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- locks.c   1999/10/08 18:53:22     1.4
  +++ locks.c   1999/10/14 20:53:28     1.5
  @@ -72,10 +72,6 @@
       }
       
       new->cntxt = cont;
  -    if (new->cntxt == NULL){
  -        printf ("null pool\n");
  -        return APR_ENOMEM;
  -    }
       new->type = type;
       new->fname = strdup(fname);
   
  
  
  

Reply via email to