Changeset 1256 for trunk/unxsBind/interfaces/admin/resource.c
- Timestamp:
- 03/16/10 09:55:16 (2 years ago)
- Files:
-
- 1 modified
-
trunk/unxsBind/interfaces/admin/resource.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/unxsBind/interfaces/admin/resource.c
r1248 r1256 89 89 void PrintMXList(FILE *zfp,char *cuMailServers); 90 90 char *GetRRType(unsigned uRRType); 91 unsigned OnLineZoneCheck(void);91 unsigned idnsOnLineZoneCheck(void); 92 92 void CreatetResourceTest(void); 93 93 void PrepareTestData(void); … … 1026 1026 return(3); 1027 1027 1028 if( OnLineZoneCheck())1028 if(idnsOnLineZoneCheck()) 1029 1029 { 1030 1030 return(18); … … 2563 2563 2564 2564 2565 unsigned OnLineZoneCheck(void)2565 unsigned idnsOnLineZoneCheck(void) 2566 2566 { 2567 2567 //This define determines how to parse named-checkzone ouput. … … 2765 2765 return(0); 2766 2766 2767 }//unsigned OnLineZoneCheck(void)2767 }//unsigned idnsOnLineZoneCheck(void) 2768 2768 2769 2769
