s3:winbindd:idmap_autorid remove a stray comment
authorChristian Ambach <ambi@samba.org>
Wed, 22 Mar 2017 08:54:13 +0000 (09:54 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 3 May 2017 01:35:34 +0000 (03:35 +0200)
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Wed May  3 03:35:34 CEST 2017 on sn-devel-144

source3/winbindd/idmap_autorid.c

index 5748c8077c9dabf1bd08486a241425e36534301c..39027d1511b2006725ea0b10c3364660a3a8d37f 100644 (file)
@@ -913,9 +913,6 @@ done:
        return status;
 }
 
-/*
-  Close the idmap tdb instance
-*/
 static struct idmap_methods autorid_methods = {
        .init = idmap_autorid_initialize,
        .unixids_to_sids = idmap_autorid_unixids_to_sids,