Changeset 1213
- Timestamp:
- 03/05/10 10:23:42 (5 months ago)
- Files:
-
- 1 modified
-
trunk/unxsBind/tresourcefunc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/unxsBind/tresourcefunc.h
r1209 r1213 531 531 for(x=0;x<strlen(cName);x++) 532 532 cName[x]=tolower(cName[x]); 533 if((strstr(cName,"_tcp")==NULL)&&(strstr(cName,"_udp")==NULL)) 533 if((strstr(cName,"_tcp")==NULL)&&(strstr(cName,"_udp")==NULL)&& 534 (strstr(cName,"_tls")==NULL)&&(strstr(cName,"_sctp")==NULL)) 534 535 { 535 536 guMode=uMode; 536 tResource("Service protocol required ");537 tResource("Service protocol required: _tcp, _udp, _tls and _sctp allowed"); 537 538 } 538 539 }
