Searched refs:busp (Results 1 – 1 of 1) sorted by relevance
172 char *busp = strchr(port,'@'); in clusterLoadConfig() local173 if (busp) { in clusterLoadConfig()174 *busp = '\0'; in clusterLoadConfig()175 busp++; in clusterLoadConfig()181 n->cport = busp ? atoi(busp) : n->port + CLUSTER_PORT_INCR; in clusterLoadConfig()