17 lines
473 B
Text
17 lines
473 B
Text
From 0c6bab8640b3586ac8e1b8c35d87aa49b79719d0 Mon Sep 17 00:00:00 2001
|
|
From: Bastien Nocera <hadess@hadess.net>
|
|
Date: Thu, 23 Jan 2020 17:37:33 +0100
|
|
Subject: [PATCH] main: Fix redeclaration linking error
|
|
|
|
Index: src/main.c
|
|
--- src/main.c.orig
|
|
+++ src/main.c
|
|
@@ -34,6 +34,8 @@
|
|
#include "storage.h"
|
|
#include "file_storage.h"
|
|
|
|
+fp_storage store;
|
|
+
|
|
extern DBusGConnection *fprintd_dbus_conn;
|
|
static gboolean no_timeout = FALSE;
|
|
static gboolean g_fatal_warnings = FALSE;
|