Added return for become_authenticated_pipe_user() function.
authorTim Potter <tpot@samba.org>
Fri, 23 Jun 2000 06:27:05 +0000 (06:27 +0000)
committerTim Potter <tpot@samba.org>
Fri, 23 Jun 2000 06:27:05 +0000 (06:27 +0000)
(This used to be commit d0f55e04c9400481e4a981431715e167a8246e45)

source3/smbd/uid.c

index f3a606a1b1e93128985aa1212fdd2c887deb6816..e66abd1e989d4acc3d4a5a96e79d0c479a585ee8 100644 (file)
@@ -204,6 +204,8 @@ BOOL become_authenticated_pipe_user(pipes_struct *p)
        }
 
        set_sec_ctx(p->uid, p->gid, 0, NULL);  /* fix group stuff */
+
+       return True;
 }
 
 /****************************************************************************