[Pkg-privacy-commits] [libgsecuredelete] 08/168: Hide stdout of the subprocess on run_sync().

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 20:06:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch master
in repository libgsecuredelete.

commit 1e0b0271e786e3744ffe2a1ff574cc7e3ef1ba91
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Tue Sep 29 22:01:25 2009 +0200

    Hide stdout of the subprocess on run_sync().
---
 gsecuredelete/delete-operation.vala | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gsecuredelete/delete-operation.vala b/gsecuredelete/delete-operation.vala
index e51db51..264356b 100644
--- a/gsecuredelete/delete-operation.vala
+++ b/gsecuredelete/delete-operation.vala
@@ -125,7 +125,8 @@ namespace SecureDelete
       throws SpawnError, AsyncOperationError
       requires (! this.busy)
     {
-      return base.run_sync (null, SpawnFlags.SEARCH_PATH, null);
+      return base.run_sync (null, SpawnFlags.SEARCH_PATH |
+                                  SpawnFlags.STDOUT_TO_DEV_NULL, null);
     }
   }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libgsecuredelete.git



More information about the Pkg-privacy-commits mailing list