gnokii-commit
[Top][All Lists]
Advanced

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

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-55


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-556-g754be35
Date: Sat, 11 Jan 2014 14:17:31 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  754be35afd13521913af42dbef199a137cec7524 (commit)
      from  268b3514f7edbab1b21ffb3b23a932f843b60fac (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=754be35afd13521913af42dbef199a137cec7524


commit 754be35afd13521913af42dbef199a137cec7524
Author: Daniele Forsi <address@hidden>
Date:   Sat Jan 11 15:12:03 2014 +0100

    Pass a NULL value for "setupmodel" value
    
    It was never used by the pcsc driver anyway (it read state->config.model
    directly).

diff --git a/common/gsm-api.c b/common/gsm-api.c
index cefc161..b93a660 100644
--- a/common/gsm-api.c
+++ b/common/gsm-api.c
@@ -144,7 +144,7 @@ GNOKII_API gn_error gn_gsm_initialise(struct 
gn_statemachine *sm)
        REGISTER_DRIVER(nokia_6160, NULL);
        REGISTER_DRIVER(gnapplet, NULL);
 #ifdef HAVE_PCSC
-       REGISTER_DRIVER(pcsc, sm->config.model);
+       REGISTER_DRIVER(pcsc, NULL);
 #endif
 
        return GN_ERR_UNKNOWNMODEL;

-----------------------------------------------------------------------

Summary of changes:
 common/gsm-api.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]