Show
Ignore:
Timestamp:
03/16/10 09:55:16 (2 years ago)
Author:
Hugo
Message:

idnsAdmin: save commit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/unxsBind/interfaces/admin/resource.c

    r1248 r1256  
    8989void PrintMXList(FILE *zfp,char *cuMailServers); 
    9090char *GetRRType(unsigned uRRType); 
    91 unsigned OnLineZoneCheck(void); 
     91unsigned idnsOnLineZoneCheck(void); 
    9292void CreatetResourceTest(void); 
    9393void PrepareTestData(void); 
     
    10261026                return(3); 
    10271027 
    1028         if(OnLineZoneCheck()) 
     1028        if(idnsOnLineZoneCheck()) 
    10291029        { 
    10301030                return(18); 
     
    25632563 
    25642564 
    2565 unsigned OnLineZoneCheck(void) 
     2565unsigned idnsOnLineZoneCheck(void) 
    25662566{ 
    25672567//This define determines how to parse named-checkzone ouput. 
     
    27652765        return(0); 
    27662766 
    2767 }//unsigned OnLineZoneCheck(void) 
     2767}//unsigned idnsOnLineZoneCheck(void) 
    27682768 
    27692769