Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_database.c

    r3 r1  
    3838#include "sh_error.h"
    3939#include "sh_utils.h"
    40 
    41 extern int safe_logger (int signal, int method, pid_t thepid);
    4240
    4341#undef  FIL__
     
    10111009{
    10121010  int               status = 0;
    1013   const char      * p;
     1011  char            * p;
    10141012  static MYSQL    * db_conn = NULL;
    10151013  static SH_TIMEOUT sh_timer = { 0, 3600, S_TRUE };
     
    14491447          retv = S_FALSE;
    14501448        }
    1451       else if (*p == '\"' && escp == 0)
    1452         {
    1453           retv = S_FALSE;
    1454         }
    14551449      else
    14561450        {
     
    14591453      ++p;
    14601454    }
    1461   if (escp == 1)
    1462     retv = S_FALSE;
    14631455  return retv;
    14641456}
     
    15541546
    15551547              if (S_FALSE == is_escaped(&p[j+2])) {
    1556                 sh_error_handle((-1), FIL__, __LINE__, 0, MSG_E_SUBGEN,
    1557                                 _("Message not properly escaped"),
    1558                                 _("sh_database_parse"));
    15591548                SL_RETURN(NULL, _("sh_database_parse"));
    15601549              }
Note: See TracChangeset for help on using the changeset viewer.