s3-uid: Use struct pipes_struct.
authorAndreas Schneider <asn@samba.org>
Wed, 28 Jul 2010 08:28:18 +0000 (10:28 +0200)
committerAndreas Schneider <asn@samba.org>
Wed, 28 Jul 2010 08:39:25 +0000 (10:39 +0200)
source3/smbd/uid.c

index ec6dbc56a35e6f96eae6fb4c0c627e52c5a70e06..aecce4102155bed4b1faf98891f316734d137cdd 100644 (file)
@@ -378,7 +378,7 @@ bool change_to_root_user(void)
  user. Doesn't modify current_user.
 ****************************************************************************/
 
-bool become_authenticated_pipe_user(pipes_struct *p)
+bool become_authenticated_pipe_user(struct pipes_struct *p)
 {
        if (!push_sec_ctx())
                return False;