Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Feb 22, 2019
1 parent b53fe9f commit c26a31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/server/xlat_func.c
Expand Up @@ -2157,7 +2157,7 @@ xlat_t const *xlat_async_register(TALLOC_CTX *ctx, char const *name, xlat_func_a

if (!name || !*name) {
ERROR("%s: Invalid xlat name", __FUNCTION__);
return -1;
return NULL;
}

/*
Expand Down

0 comments on commit c26a31b

Please sign in to comment.