summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-07 06:43:16 +0000
committerTim Potter <tpot@samba.org>2003-04-07 06:43:16 +0000
commit69e41084b94ea90a70d507e570ca71eb82353ecb (patch)
tree1d1c319004af28f2d9838c5ab37607a886493692 /source3/nsswitch/winbindd.h
parent25b1c37f6f67570dcfaff6081a74114d172dde1b (diff)
downloadsamba-69e41084b94ea90a70d507e570ca71eb82353ecb.tar.gz
samba-69e41084b94ea90a70d507e570ca71eb82353ecb.tar.bz2
samba-69e41084b94ea90a70d507e570ca71eb82353ecb.zip
privilaged -> privileged
(This changes the location of the winbindd privileged pipe) (This used to be commit f111f10076c7797e5fd39edcc0aad7d860bb5ac5)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index 192b058871..2d9a0b5949 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -43,7 +43,7 @@ struct winbindd_cli_state {
BOOL finished; /* Can delete from list */
BOOL write_extra_data; /* Write extra_data field */
time_t last_access; /* Time of last access (read or write) */
- BOOL privilaged; /* Is the client 'privilaged' */
+ BOOL privileged; /* Is the client 'privileged' */
struct winbindd_request request; /* Request from client */
struct winbindd_response response; /* Respose to client */