diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-03-01 02:54:04 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-03-01 02:54:04 +0000 |
commit | cd76214b15246553284ca43441780d49cf2f5819 (patch) | |
tree | 6319314bfbb6febac3bee97044fd008f7de2eaba /source3/libsmb | |
parent | 10e686a543d7b138787e7fc6a88fbc56f793ffc5 (diff) | |
download | samba-cd76214b15246553284ca43441780d49cf2f5819.tar.gz samba-cd76214b15246553284ca43441780d49cf2f5819.tar.bz2 samba-cd76214b15246553284ca43441780d49cf2f5819.zip |
Another comment fix for mirmir
(This used to be commit 7412890adc8f3dfddfabba545003715816e262bc)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clientgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c index 7d6258b24a..ba7a327344 100644 --- a/source3/libsmb/clientgen.c +++ b/source3/libsmb/clientgen.c @@ -138,7 +138,7 @@ void cli_setup_bcc(struct cli_state *cli, void *p) /**************************************************************************** -initialise a client structure +initialise credentials of a client structure ****************************************************************************/ void cli_init_creds(struct cli_state *cli, const struct ntuser_creds *usr) { |