[Pkg-gnupg-commit] [libassuan] 56/437: Be more generous in typing equal signs and better watch out for compiler suggestions. Ah well, actually test before commiting.

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:23 UTC 2015


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

eric pushed a commit to branch master
in repository libassuan.

commit 84d1178e811bdb1dbc9334d8effb797cccbb0963
Author: Werner Koch <wk at gnupg.org>
Date:   Sun Nov 10 16:18:08 2002 +0000

    Be more generous in typing equal signs and better watch out for
    compiler suggestions.  Ah well, actually test before commiting.
---
 src/assuan-pipe-connect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/assuan-pipe-connect.c b/src/assuan-pipe-connect.c
index e280be6..d7595c9 100644
--- a/src/assuan-pipe-connect.c
+++ b/src/assuan-pipe-connect.c
@@ -221,7 +221,7 @@ assuan_pipe_connect (ASSUAN_CONTEXT *ctx, const char *name, char *const argv[],
         n = MAX_OPEN_FDS;
       for (i=0; i < n; i++)
         {
-          if ( i = STDIN_FILENO || i == STDOUT_FILENO || i == STDERR_FILENO)
+          if ( i == STDIN_FILENO || i == STDOUT_FILENO || i == STDERR_FILENO)
             continue;
 	  fdp = fd_child_list;
 	  if (fdp)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list