diff options
author | Frederic Peters <fpeters@entrouvert.com> | 2007-01-06 22:53:19 +0000 |
---|---|---|
committer | Frederic Peters <fpeters@entrouvert.com> | 2007-01-06 22:53:19 +0000 |
commit | c8fa8f21b417d048c3419e55cb1a412454fdaa3f (patch) | |
tree | 18932600efa044dd6fc61e08e30a1be054171dcf | |
parent | 685adebeec94ad33002c065805625ec859e5df37 (diff) | |
download | lasso-c8fa8f21b417d048c3419e55cb1a412454fdaa3f.tar.gz lasso-c8fa8f21b417d048c3419e55cb1a412454fdaa3f.tar.xz lasso-c8fa8f21b417d048c3419e55cb1a412454fdaa3f.zip |
removing white space on blank line
-rw-r--r-- | lasso/id-wsf/authentication.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-wsf/authentication.c b/lasso/id-wsf/authentication.c index 451c0cae..eaa92e23 100644 --- a/lasso/id-wsf/authentication.c +++ b/lasso/id-wsf/authentication.c @@ -62,7 +62,7 @@ lasso_sasl_cb_pass(sasl_conn_t* conn, void* context, int id, sasl_secret_t** pse static sasl_secret_t *s; LassoUserAccount *account; int ret = SASL_FAIL; - + account = (LassoUserAccount *)context; if (account != NULL && account->password != NULL) { s = (sasl_secret_t*) g_malloc0(sizeof(sasl_secret_t) + strlen(account->password)); |