gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gsasl branch, master, updated. gsasl-1-7-1-28-g261c291


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-7-1-28-g261c291
Date: Wed, 28 Mar 2012 10:18:16 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gsasl".

http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=261c29160083f69c82dd319ee9625699888def3f

The branch, master has been updated
       via  261c29160083f69c82dd319ee9625699888def3f (commit)
      from  01f511bbbacefe73229c7eef45d4f7059826fde2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 261c29160083f69c82dd319ee9625699888def3f
Author: Simon Josefsson <address@hidden>
Date:   Wed Mar 28 12:18:08 2012 +0200

    Fix debug info.

-----------------------------------------------------------------------

Summary of changes:
 examples/openid20/smtp-server-openid20.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/openid20/smtp-server-openid20.c 
b/examples/openid20/smtp-server-openid20.c
index c3e56a8..b37b15a 100644
--- a/examples/openid20/smtp-server-openid20.c
+++ b/examples/openid20/smtp-server-openid20.c
@@ -255,9 +255,9 @@ gettrimline (char **line, size_t * n, FILE * fh)
        (*line)[strlen (*line) - 1] = '\0';
       if ((*line)[strlen (*line) - 1] == '\r')
        (*line)[strlen (*line) - 1] = '\0';
-    }
 
-  printf ("C: %s\n", *line);
+      printf ("C: %s\n", *line);
+    }
 
   return s;
 }


hooks/post-receive
-- 
GNU gsasl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]