diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-05-27 13:21:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:20 -0500 |
commit | 56e74a7c3f30b8dcc84f5246b44fc7393fd7ccf3 (patch) | |
tree | 19acfa2e5ed37da332cc91fc941c2d2e70304dfa /source4/smbd | |
parent | 2b63af824846d3de9bc0d93b4c28f0fa8c786e34 (diff) | |
download | samba-56e74a7c3f30b8dcc84f5246b44fc7393fd7ccf3.tar.gz samba-56e74a7c3f30b8dcc84f5246b44fc7393fd7ccf3.tar.bz2 samba-56e74a7c3f30b8dcc84f5246b44fc7393fd7ccf3.zip |
r924: got rid of the global well-known SIDs, instead using const defines in misc.idl
(This used to be commit ce7920a5fac0dbccb01402129c341b410a032e60)
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/process.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/smbd/process.c b/source4/smbd/process.c index 8a79daeaf8..232c7c2e88 100644 --- a/source4/smbd/process.c +++ b/source4/smbd/process.c @@ -28,8 +28,6 @@ void smbd_process_init(void) { TALLOC_CTX *mem_ctx; - generate_wellknown_sids(); - mem_ctx = talloc_init("smbd_process_init talloc"); if (!mem_ctx) { DEBUG(0,("smbd_process_init: ERROR: No memory\n")); |