diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-10-31 14:55:10 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-10-31 14:55:10 +0000 |
commit | 5e6464f9c6756c95d036c4acf7ce557a7eb3a7be (patch) | |
tree | 4fbab44b5460985f34af92e149451bf08d569ac1 /include/authz/pamacct.h | |
parent | 69d7eab0b8bb14f8d52539618ae33918032eaaf7 (diff) | |
parent | dfc00eb7dea43bfb6d4a2ba38c4f6bc9745f3729 (diff) | |
download | qemu-5e6464f9c6756c95d036c4acf7ce557a7eb3a7be.zip |
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-request' into staging
Misc fixes
* Improve socket cnnection failure error reporting
* Fix LGPL version number
# gpg: Signature made Thu 29 Oct 2020 10:00:47 GMT
# gpg: using RSA key DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
# gpg: Good signature from "Daniel P. Berrange <dan@berrange.com>" [full]
# gpg: aka "Daniel P. Berrange <berrange@redhat.com>" [full]
# Primary key fingerprint: DAF3 A6FD B26B 6291 2D0E 8E3F BE86 EBB4 1510 4FDF
* remotes/berrange-gitlab/tags/misc-next-pull-request:
util: include the target address in socket connect failures
io: Don't use '#' flag of printf format
authz: Fix Lesser GPL version number
crypt: Fix Lesser GPL version number
io: Fix Lesser GPL version number
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/authz/pamacct.h')
-rw-r--r-- | include/authz/pamacct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/authz/pamacct.h b/include/authz/pamacct.h index d05c18a3a4..592edb2bf0 100644 --- a/include/authz/pamacct.h +++ b/include/authz/pamacct.h @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of |