diff options
author | Günther Deschner <gd@samba.org> | 2008-06-16 13:36:53 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-23 23:38:52 +0200 |
commit | 33000d77e4b904cf9cdfd3e3d83a3c3cc84d7f2b (patch) | |
tree | 08fd168b523f2475db59e7e5020831abe572a3a9 /source3/utils | |
parent | e5ac03b0ae22855f7131ba886ef829b7fe44e949 (diff) | |
download | samba-33000d77e4b904cf9cdfd3e3d83a3c3cc84d7f2b.tar.gz samba-33000d77e4b904cf9cdfd3e3d83a3c3cc84d7f2b.tar.xz samba-33000d77e4b904cf9cdfd3e3d83a3c3cc84d7f2b.zip |
time: move uint64s_nt_time_to_unix_abs() to lib/time.c
Guenther
(This used to be commit 58f54f180f0a942776455ab6e813628422493dac)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc_samsync.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/utils/net_rpc_samsync.c b/source3/utils/net_rpc_samsync.c index 5161bb3ef5a..d945be76f14 100644 --- a/source3/utils/net_rpc_samsync.c +++ b/source3/utils/net_rpc_samsync.c @@ -84,13 +84,6 @@ static void display_account_info(uint32_t rid, pdb_encode_acct_ctrl(r->acct_flags, NEW_PW_FORMAT_SPACE_PADDED_LEN)); } -static time_t uint64s_nt_time_to_unix_abs(const uint64 *src) -{ - NTTIME nttime; - nttime = *src; - return nt_time_to_unix_abs(&nttime); -} - static NTSTATUS pull_netr_AcctLockStr(TALLOC_CTX *mem_ctx, struct lsa_BinaryString *r, struct netr_AcctLockStr **str_p) |