Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9598

Modified Files:
      Tag: MonetDB_5-4
        mal_authorize.mx 
Log Message:
Silence compilers


Index: mal_authorize.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_authorize.mx,v
retrieving revision 1.56.2.2
retrieving revision 1.56.2.3
diff -u -d -r1.56.2.2 -r1.56.2.3
--- mal_authorize.mx    16 Feb 2008 21:26:22 -0000      1.56.2.2
+++ mal_authorize.mx    17 Feb 2008 09:57:42 -0000      1.56.2.3
@@ -598,7 +598,7 @@
        str tmp;
        str hash;
        oid id;
-       BATiter useri, passi;
+       BATiter useri;
 
        rethrow("setPassword", tmp, AUTHrequireAdmin());
 
@@ -629,7 +629,6 @@
        /* ok, just overwrite the password field for this user */
        p = BUNfnd(pass, &id);
        assert (p != BUN_NONE);
-       passi = bat_iterator(pass);
        BUNinplace(pass, p, &id, hash, FALSE);
        GDKfree(hash);
        AUTHcommit();


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to