aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/backend-kbx.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2019-09-09 07:01:28 +0000
committerWerner Koch <[email protected]>2019-09-09 07:01:28 +0000
commit1545b948e1c8e8fa4873d434fb790a88ed96091c (patch)
treedf2046d2340dbb1c8e60bea1e5b6d173652a5691 /kbx/backend-kbx.c
parentkbx: Add framework for the SEARCH command (diff)
downloadgnupg-1545b948e1c8e8fa4873d434fb790a88ed96091c.tar.gz
gnupg-1545b948e1c8e8fa4873d434fb790a88ed96091c.zip
kbx: Allow searching from start.
* kbx/kbxserver.c (cmd_search): Detect empty pattern. -- Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'kbx/backend-kbx.c')
-rw-r--r--kbx/backend-kbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/backend-kbx.c b/kbx/backend-kbx.c
index 7f9ef358b..b8d39c2ed 100644
--- a/kbx/backend-kbx.c
+++ b/kbx/backend-kbx.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <https://www.gnu.org/licenses/>.
- * SPDX-License-Identifier: GPL-3.0+
+ * SPDX-License-Identifier: GPL-3.0-or-later
*/
#include <config.h>