From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Massimo Di Nitto Date: Wed, 24 Oct 2007 09:27:11 +0200 Subject: [Cluster-devel] cluster/cman/daemon cmanccs.c In-Reply-To: <20071024055507.413.qmail@sourceware.org> References: <20071024055507.413.qmail@sourceware.org> Message-ID: <471EF3CF.7000806@ubuntu.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit rmccabe at sourceware.org wrote: > - dot = strstr(nodename2, "."); > + dot = strchr(nodename2, '.'); This change introduces a build warning: warning: passing argument 2 of ?strstr? makes pointer from integer without a cast Fabio -- I'm going to make him an offer he can't refuse.