git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94388
13f79535-47bb-0310-9956-
ffa450edef68
/* If we got an instance id but it doesn't match this
instance of the nlm, pass it on. */
- pID = &pID[2];
- while (*pID && (*pID == ' '))
- pID++;
- if (*pID && ap_my_addrspace && strnicmp(pID, ap_my_addrspace, strlen(ap_my_addrspace)))
+ if (pID) {
+ pID = &pID[2];
+ while (*pID && (*pID == ' '))
+ pID++;
+ }
+ if (pID && ap_my_addrspace && strnicmp(pID, ap_my_addrspace, strlen(ap_my_addrspace)))
return NOTMYCOMMAND;
/* If we have determined that this command belongs to this