OSSP CVS Repository

ossp - Check-in [5308]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 5308
Date: 2005-Nov-22 08:26:43 (local)
2005-Nov-22 07:26:43 (UTC)
User:rse
Branch:
Comment: Add a missing "break" in pth_attr.c:pth_attr_ctrl().

Submitted by: Stefan Schippers <stefan@schippers.it>

Tickets:
Inspections:
Files:
ossp-pkg/pth/ChangeLog      1.640 -> 1.641     3 inserted, 0 deleted
ossp-pkg/pth/THANKS      1.100 -> 1.101     1 inserted, 0 deleted
ossp-pkg/pth/pth_attr.c      1.21 -> 1.22     1 inserted, 0 deleted

ossp-pkg/pth/ChangeLog 1.640 -> 1.641

--- ChangeLog    2005/10/12 08:14:21     1.640
+++ ChangeLog    2005/11/22 07:26:43     1.641
@@ -21,6 +21,9 @@
                   
   Changes between 2.0.5 and 2.0.6 (05-Oct-2005 to xx-xxx-2005)
 
+   *) Add a missing "break" in pth_attr.c:pth_attr_ctrl().
+      [Stefan Schippers <stefan@schippers.it>]
+
    *) Return an error if pth_kill() is called before pth_init().
       [Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>]
 


ossp-pkg/pth/THANKS 1.100 -> 1.101

--- THANKS       2005/02/18 20:36:48     1.100
+++ THANKS       2005/11/22 07:26:43     1.101
@@ -101,6 +101,7 @@
     o  Keith Rose                  <keith@avocetsys.com>
     o  Michele Satriani            <satriani@info.uniroma2.it>
     o  Jonathan Schilling          <jls@sco.com>
+    o  Stefan Schippers            <stefan@schippers.it>
     o  David W. Schuler            <schuld@btv.ibm.com>
     o  Peter Simons                <simons@cys.de>
     o  Robert S. Tau               <rst@mit.edu>


ossp-pkg/pth/pth_attr.c 1.21 -> 1.22

--- pth_attr.c   2004/12/31 19:34:45     1.21
+++ pth_attr.c   2005/11/22 07:26:43     1.22
@@ -163,6 +163,7 @@
                 dst = va_arg(ap, int *);
             }
             *dst = *src;
+            break;
         }
         case PTH_ATTR_JOINABLE: {
             /* detachment type */

CVSTrac 2.0.1