[SCM] GNU gnutls branch, master, updated. gnutls_3_0_13-76-g949f6c2
"Nikos Mavrogiannopoulos" <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gnutls.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 gnutls".
http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=949f6c20e8f96e078474d956581d8e7f7ea2d5ce
The branch, master has been updated
via 949f6c20e8f96e078474d956581d8e7f7ea2d5ce (commit)
from d45fe2b73f1841c6cd1dc04e45f0ed6e2e59e826 (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 949f6c20e8f96e078474d956581d8e7f7ea2d5ce
Author: Nikos Mavrogiannopoulos <[email protected]>
Date: Tue Feb 28 22:15:17 2012 +0100
corrected check_command() input
-----------------------------------------------------------------------
Summary of changes:
src/serv.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/serv.c b/src/serv.c
index 07ca200..52fcdde 100644
--- a/src/serv.c
+++ b/src/serv.c
@@ -839,7 +839,7 @@ get_response (gnutls_session_t session, char *request,
{
strip (request);
fprintf (stderr, "received: %s\n", request);
- if (check_command(session, *response))
+ if (check_command(session, request))
{
*response = NULL;
*response_length = 0;
hooks/post-receive
--
GNU gnutls