errors: Add WERR_NO_SUCH_USER.
[ira/wip.git] / source3 / libsmb / pwd_cache.c
index e010f226a02032e79859d2b09ebb1b374b0f2420..071e729e8ca39746e6735c1e303681d03c424299 100644 (file)
@@ -5,7 +5,7 @@
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
    
    This program is distributed in the hope that it will be useful,
@@ -14,8 +14,7 @@
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "includes.h"
@@ -60,4 +59,3 @@ void pwd_get_cleartext(struct pwd_info *pwd, fstring clr)
                clr[0] = 0;
 
 }
-