projects
/
pam_pcsc_cr.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
single-function authobj works
[pam_pcsc_cr.git]
/
authobj.c
diff --git
a/authobj.c
b/authobj.c
index f8d577d8d66eb43efbcf89409c620791ceca0ca9..78eb3f8682bb3811fed7837c42624ad972e860fb 100644
(file)
--- a/
authobj.c
+++ b/
authobj.c
@@
-205,7
+205,7
@@
struct _auth_obj authobj(const char *userid, const char *password,
int wsecsize;
unsigned char *wpayload;
int wpaylsize;
- struct _auth_obj old_ao;
+ struct _auth_obj old_ao
= {0}
;
struct _auth_obj new_ao = {0};
if (!secret || !secsize || !payload) {