diff options
author | Jim McDonough <jmcd@samba.org> | 2004-02-12 16:13:57 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2004-02-12 16:13:57 +0000 |
commit | 45fd0e4dd0ff4b64cd343c8691580f5b983825ab (patch) | |
tree | 29b6376b00d8ff9bf09b177f173683d813f7b862 /source3/rpcclient | |
parent | 8733c1b8d392c4f60a1f419a60d3a68fb01db0ee (diff) | |
download | samba-45fd0e4dd0ff4b64cd343c8691580f5b983825ab.tar.gz samba-45fd0e4dd0ff4b64cd343c8691580f5b983825ab.tar.bz2 samba-45fd0e4dd0ff4b64cd343c8691580f5b983825ab.zip |
Fix typo: fileds -> fields
(This used to be commit 994b71487868a62054ed24c5ea5d2729c99ba8be)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/cmd_samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c index 455e5a89fc..ed06a5a4a0 100644 --- a/source3/rpcclient/cmd_samr.c +++ b/source3/rpcclient/cmd_samr.c @@ -83,7 +83,7 @@ static void display_sam_user_info_21(SAM_USER_INFO_21 *usr) printf("\tgroup_rid:\t0x%x\n" , usr->group_rid); /* Group ID */ printf("\tacb_info :\t0x%04x\n", usr->acb_info ); /* Account Control Info */ - printf("\tfileds_present:\t0x%08x\n", usr->fields_present); /* 0x00ff ffff */ + printf("\tfields_present:\t0x%08x\n", usr->fields_present); /* 0x00ff ffff */ printf("\tlogon_divs:\t%d\n", usr->logon_divs); /* 0x0000 00a8 which is 168 which is num hrs in a week */ printf("\tbad_password_count:\t0x%08x\n", usr->bad_password_count); printf("\tlogon_count:\t0x%08x\n", usr->logon_count); |