Changeset: 3a02e5a107f7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3a02e5a107f7
Modified Files:
monetdb5/mal/mal_authorize.c
Branch: default
Log Message:
small compilation fix
diffs (12 lines):
diff --git a/monetdb5/mal/mal_authorize.c b/monetdb5/mal/mal_authorize.c
--- a/monetdb5/mal/mal_authorize.c
+++ b/monetdb5/mal/mal_authorize.c
@@ -408,7 +408,7 @@ AUTHgetUsername(str *username, Client cn
static str
AUTHgetPasswordHashLocked(str *ret, Client cntxt, const char *username)
{
- str tmp;
+ str tmp = NULL;
str msg;
str passwd = NULL;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]