Show
Ignore:
Timestamp:
03/05/10 10:29:58 (2 years ago)
Author:
Hugo
Message:

idnsAdmin: added missing protocols for SRV validation

Files:
1 modified

Legend:

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

    r1198 r1214  
    13671367                        for(x=0;x<strlen(cName);x++) 
    13681368                                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)) 
    13701371                        { 
    13711372                                gcMessage="<blink>Error: </blink>Service protocol required";