Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian-packages
wallet
Commits
f6e81ed1
Commit
f6e81ed1
authored
Mar 09, 2007
by
Russ Allbery
Browse files
Delete the correct principal on -D.
parent
fd93ac88
Changes
1
Hide whitespace changes
Inline
Side-by-side
kasetkey/kasetkey.c
View file @
f6e81ed1
...
...
@@ -291,7 +291,7 @@ delete_principal(struct config *config)
die
(
"can't make connection to auth server"
);
/* Delete the user. */
parse_principal
(
config
,
config
->
servic
e
,
name
,
inst
,
cell
);
parse_principal
(
config
,
config
->
delet
e
,
name
,
inst
,
cell
);
code
=
ubik_Call
(
KAM_DeleteUser
,
conn
,
0
,
name
,
inst
);
if
(
config
->
debug
)
printf
(
"ubik_Call KAM_DeleteUser %ld
\n
"
,
code
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment