diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-07-21 04:01:04 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-07-21 04:01:04 +0000 |
commit | ceb73e9b3e6695a8efc4c2815fa1448be3239dbc (patch) | |
tree | 2101fb811b89c51ec10ccc705e165516926588c7 /source3/utils | |
parent | 6e47dc89a336af2ed779c81e8a18948a2aa71b6c (diff) | |
download | samba-ceb73e9b3e6695a8efc4c2815fa1448be3239dbc.tar.gz samba-ceb73e9b3e6695a8efc4c2815fa1448be3239dbc.tar.bz2 samba-ceb73e9b3e6695a8efc4c2815fa1448be3239dbc.zip |
More cleanups, and add a comment/hint not to clean somthing up in future :-)
Andrew Bartlett
(This used to be commit 21b0e8f560849be77bde463cf006ea0de54211e9)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/status.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/utils/status.c b/source3/utils/status.c index b1e8bb9d8e..c624fc4c5f 100644 --- a/source3/utils/status.c +++ b/source3/utils/status.c @@ -37,14 +37,6 @@ extern BOOL AllowDebugChange; -struct session_record{ - pid_t pid; - uid_t uid; - char machine[31]; - time_t start; - struct session_record *next; -} *srecs; - static pstring Ucrit_username = ""; /* added by OH */ static pid_t Ucrit_pid[100]; /* Ugly !!! */ /* added by OH */ static int Ucrit_MaxPid=0; /* added by OH */ |