Changeset 1214 for trunk/unxsBind/interfaces/admin/resource.c
- Timestamp:
- 03/05/10 10:29:58 (2 years ago)
- Files:
-
- 1 modified
-
trunk/unxsBind/interfaces/admin/resource.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/unxsBind/interfaces/admin/resource.c
r1198 r1214 1367 1367 for(x=0;x<strlen(cName);x++) 1368 1368 cName[x]=tolower(cName[x]); 1369 if((strstr(cName,"_tcp")==NULL)&&(strstr(cName,"_udp")==NULL)) 1369 if((strstr(cName,"_tcp")==NULL)&&(strstr(cName,"_udp")==NULL) 1370 &&(strstr(cName,"_tls")==NULL)&&(strstr(cName,"_sctp")==NULL)) 1370 1371 { 1371 1372 gcMessage="<blink>Error: </blink>Service protocol required";
