[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openpkg-cvs
Subject:    [CVS] OpenPKG: openpkg-src/honeyd/ setenv.c
From:       "Michael Schloh" <ms () openpkg ! org>
Date:       2004-06-30 14:10:30
Message-ID: 20040630141030.6151730257A () mail ! openpkg ! org
[Download RAW message or body]

  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  ms@openpkg.org
  Module: openpkg-src                      Date:   30-Jun-2004 16:10:30
  Branch: HEAD                             Handle: -NONE-

  Modified files:
    openpkg-src/honeyd      setenv.c

  Log:
    fix embarassing syntax error in local setenv(3) source code

  Summary:
    Revision    Changes     Path
    1.5         +1  -1      openpkg-src/honeyd/setenv.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/honeyd/setenv.c
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 setenv.c
  --- openpkg-src/honeyd/setenv.c	30 Jun 2004 13:05:39 -0000	1.4
  +++ openpkg-src/honeyd/setenv.c	30 Jun 2004 14:10:28 -0000	1.5
  @@ -41,7 +41,7 @@
       char *szPair = NULL;    /* String we will pass to putenv(3) */
   
       /* Short circuite if overwrite is not enabled on an existing variable */
  -    if (nOverwrite == 0 && getenv(kshName) != 0)
  +    if (nOverwrite == 0 && getenv(kszName) != 0)
           return 0;
   
       /* Allocate space for name, value, equals, and string terminator */
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic