]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-worker.cc
Speeling fix
[apt.git] / apt-pkg / acquire-worker.cc
index 97a7fbb77eb016fb840a8f5391d15d0c62a4efe7..a2f970ab6a20c023881c4df96118aaedb00761a3 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: acquire-worker.cc,v 1.30 2000/01/27 04:15:09 jgg Exp $
+// $Id: acquire-worker.cc,v 1.31 2000/05/10 05:56:46 jgg Exp $
 /* ######################################################################
 
    Acquire Worker 
@@ -117,7 +117,7 @@ bool pkgAcquire::Worker::Start()
       return false;
    }
    for (int I = 0; I != 4; I++)
-      SetCloseExec(Pipes[0],true);
+      SetCloseExec(Pipes[I],true);
    
    // Fork off the process
    Process = ExecFork();