mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
tools: Fix typo in function name of symcryptrun.
* tools/symcryptrun.c (main): Fix typo.
--
Fixes-commit: 36550dde99
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
b56aebe766
commit
e44dd878df
1 changed files with 1 additions and 1 deletions
|
@ -1008,7 +1008,7 @@ main (int argc, char **argv)
|
||||||
|
|
||||||
/* Tell simple-pwquery about the the standard socket name. */
|
/* Tell simple-pwquery about the the standard socket name. */
|
||||||
{
|
{
|
||||||
char *tmp = make_filename (gnupg_socketgdir (), GPG_AGENT_SOCK_NAME, NULL);
|
char *tmp = make_filename (gnupg_socketdir (), GPG_AGENT_SOCK_NAME, NULL);
|
||||||
simple_pw_set_socket (tmp);
|
simple_pw_set_socket (tmp);
|
||||||
xfree (tmp);
|
xfree (tmp);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue