]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
The correct priority will be used if SYSTEM is not specified.
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 14 Jan 2014 14:48:33 +0000 (15:48 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 14 Jan 2014 14:48:33 +0000 (15:48 +0100)
lib/gnutls_priority.c

index 8c96ec1eb65258817e8de5e4cc7c601e06aa70b2..d3120be610ec7109b1921f77d00c2d4eb98f98fc 100644 (file)
@@ -936,6 +936,8 @@ size_t n, n2;
 
                ret = p;
                goto finish;
+       } else {
+               return strdup(p);
        }
 
 apply_backup: