@@ -120,7 +120,7 @@ void * sockschild(struct clientparam* param) {
#ifndef NOIPV6
}
#endif
- if(SAISNULL(¶m->req)) {
+ if(command == 1 && SAISNULL(¶m->req)) {
RETURN(431);
myinet_ntop(*SAFAMILY(¶m->sinsr), SAADDR(¶m->sinsr), (char *)buf, 64);