diff options
Diffstat (limited to 'source3/lib')
| -rw-r--r-- | source3/lib/username.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/lib/username.c b/source3/lib/username.c index afe83acfd9..d1789a5364 100644 --- a/source3/lib/username.c +++ b/source3/lib/username.c @@ -9,12 +9,12 @@     it under the terms of the GNU General Public License as published by     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,     but WITHOUT ANY WARRANTY; without even the implied warranty of     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     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, see <http://www.gnu.org/licenses/>.  */ @@ -205,7 +205,7 @@ struct passwd *Get_Pwnam_alloc(TALLOC_CTX *mem_ctx, const char *user)  	DEBUG(5,("Finding user %s\n", user));  	ret = Get_Pwnam_internals(mem_ctx, user, user2); -	 +  	return ret;    }  | 
