Darcy Buskermolen darcy
Mon Oct 18 20:31:30 PDT 2004
On October 15, 2004 04:56 pm, Jan Wieck wrote:
> On 10/15/2004 6:11 PM, CVS User Account wrote:
> > Log Message:
> > -----------
> > Don't step past the end of the passed in conn_info
> >
> > Modified Files:
> > --------------
> >     slony1-engine/src/slon:
> >         slon.c (r1.33 -> r1.34)
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> > Index: slon.c
> > ===================================================================
> > RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/slon.c,v
> > retrieving revision 1.33
> > retrieving revision 1.34
> > diff -Lsrc/slon/slon.c -Lsrc/slon/slon.c -u -w -r1.33 -r1.34
> > --- src/slon/slon.c
> > +++ src/slon/slon.c
> > @@ -61,6 +61,7 @@
> >  {
> >  	char           *cp1;
> >  	char           *cp2;
> > +	char	       *scratch;
>
> What exactly is the purpose of this variable? It is not used by this
> patch, so it must have been missing before.

Opps left over from the other way I was handling it,  and I determined that it 
was an a mucho ugly hack.. it can be safely removed.
  (which I'll do and commit it)


-- 
Darcy Buskermolen
Wavefire Technologies Corp.
ph: 250.717.0200
fx:  250.763.1759
http://www.wavefire.com


More information about the Slony1-commit mailing list