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 | 7412890adc8f3dfddfabba545003715816e262bc (patch) | |
tree | 56e75d667f32f17c9fce53837deebe2552912a09 | |
parent | 18f6d476154163543e865b1fe200cd94288d5dc1 (diff) | |
download | samba-7412890adc8f3dfddfabba545003715816e262bc.tar.gz samba-7412890adc8f3dfddfabba545003715816e262bc.tar.xz samba-7412890adc8f3dfddfabba545003715816e262bc.zip |
Another comment fix for mirmir
-rw-r--r-- | source/libsmb/clientgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/clientgen.c b/source/libsmb/clientgen.c index 7d6258b24a9..ba7a327344a 100644 --- a/source/libsmb/clientgen.c +++ b/source/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) { |