diff options
author | Björn Jacke <bj@sernet.de> | 2009-04-03 19:27:16 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-04-22 00:03:23 +0200 |
commit | 1563796b44f43be33fecf9907c967d0fdd14f0ff (patch) | |
tree | b49eaf7a7bba394ca18f746f0bbf0b67fbc28ec1 /source4/dsdb | |
parent | 488bac4038e12a952fa912b64624facf17d6eff0 (diff) | |
download | samba-1563796b44f43be33fecf9907c967d0fdd14f0ff.tar.gz samba-1563796b44f43be33fecf9907c967d0fdd14f0ff.tar.bz2 samba-1563796b44f43be33fecf9907c967d0fdd14f0ff.zip |
s4:ldb: fix extrasemi compile warning
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/partition.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/partition.c b/source4/dsdb/samdb/ldb_modules/partition.c index 3231f7ab0f..663ff074af 100644 --- a/source4/dsdb/samdb/ldb_modules/partition.c +++ b/source4/dsdb/samdb/ldb_modules/partition.c @@ -151,7 +151,7 @@ static struct dsdb_control_current_partition *find_partition(struct partition_pr } return NULL; -}; +} /** * fire the caller's callback for every entry, but only send 'done' once. |