X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=source4%2Fdsdb%2Fsamdb%2Fldb_modules%2Fupdate_keytab.c;h=8eb49b5792e143e41fefa5d5306928af1fc39fc7;hb=87ec1d2532eb17dfd7f98431bdfa4071be57f683;hp=2c6cb102d978b0a56872d7d4ff600ae419bdc8ac;hpb=01a902f59978cebdab22aaee7d9e0c9bb78bc649;p=ira%2Fwip.git diff --git a/source4/dsdb/samdb/ldb_modules/update_keytab.c b/source4/dsdb/samdb/ldb_modules/update_keytab.c index 2c6cb102d97..8eb49b5792e 100644 --- a/source4/dsdb/samdb/ldb_modules/update_keytab.c +++ b/source4/dsdb/samdb/ldb_modules/update_keytab.c @@ -54,8 +54,8 @@ struct update_kt_ctx { bool found; }; -struct update_kt_ctx *update_kt_ctx_init(struct ldb_module *module, - struct ldb_request *req) +static struct update_kt_ctx *update_kt_ctx_init(struct ldb_module *module, + struct ldb_request *req) { struct update_kt_ctx *ac;