Changeset: 34c32fe23af5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=34c32fe23af5
Modified Files:
        monetdb5/mal/mal_authorize.c
Branch: Apr2012
Log Message:

initialise variable for GCC 4.7


diffs (21 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
@@ -266,7 +266,7 @@ AUTHaddUser(oid *uid, Client *c, str *us
        BUN p;
        oid *id;
        str tmp;
-       str hash;
+       str hash = NULL;
        BATiter useri;
 
        rethrow("addUser", tmp, AUTHrequireAdmin(c));
@@ -452,7 +452,7 @@ str
 AUTHsetPassword(Client *c, str *username, str *passwd) {
        BUN p;
        str tmp;
-       str hash;
+       str hash = NULL;
        oid id;
        BATiter useri;
 
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to