[libsoup/wip/tpopela/negotiate] soup-auth-negotiate: Seperate the major and minor part of the error



commit db685da2d213e5ef6882a8077902c862f61ddcfe
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Feb 16 13:23:36 2016 +0100

    soup-auth-negotiate: Seperate the major and minor part of the error

 libsoup/soup-auth-negotiate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libsoup/soup-auth-negotiate.c b/libsoup/soup-auth-negotiate.c
index 3bd297f..2508be5 100644
--- a/libsoup/soup-auth-negotiate.c
+++ b/libsoup/soup-auth-negotiate.c
@@ -428,7 +428,7 @@ soup_gss_error (OM_uint32 err_maj, OM_uint32 err_min, GError **err)
                        g_set_error (err,
                                     SOUP_HTTP_ERROR,
                                     SOUP_STATUS_UNAUTHORIZED,
-                                    "%s %s",
+                                    "%s: %s",
                                     buf_maj,
                                     buf_min ? buf_min : "");
                }


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