diff options
author | Tim Potter <tpot@samba.org> | 2004-06-27 11:06:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:46 -0500 |
commit | 37fcf2236433bc5e74f19d2afac3d1d0055dcd01 (patch) | |
tree | cf08fa2697fe228737d81291a5645b91d3f03b72 /source4/rpc_server/samr | |
parent | 27f245a2199f2ce8d007810992d13b3a2c7560fa (diff) | |
download | samba-37fcf2236433bc5e74f19d2afac3d1d0055dcd01.tar.gz samba-37fcf2236433bc5e74f19d2afac3d1d0055dcd01.tar.bz2 samba-37fcf2236433bc5e74f19d2afac3d1d0055dcd01.zip |
r1268: varient -> variant
(This used to be commit de5984c95602ca67e8ac3139c3aa4330b74266e0)
Diffstat (limited to 'source4/rpc_server/samr')
-rw-r--r-- | source4/rpc_server/samr/samdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/rpc_server/samr/samdb.c b/source4/rpc_server/samr/samdb.c index c188e917a7..3997285fd2 100644 --- a/source4/rpc_server/samr/samdb.c +++ b/source4/rpc_server/samr/samdb.c @@ -89,7 +89,7 @@ void samdb_close(void *ctx) } /* - search the sam for the specified attributes - va_list varient + search the sam for the specified attributes - va_list variant */ int samdb_search_v(void *ctx, TALLOC_CTX *mem_ctx, @@ -121,7 +121,7 @@ int samdb_search_v(void *ctx, /* - search the sam for the specified attributes - varargs varient + search the sam for the specified attributes - varargs variant */ int samdb_search(void *ctx, TALLOC_CTX *mem_ctx, |