summaryrefslogtreecommitdiff
path: root/source3/libsmb/clilist.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-02-20 22:42:39 +0000
committerTim Potter <tpot@samba.org>2004-02-20 22:42:39 +0000
commit9138aa18eb66d2c54cd0736c5e25800868c274f5 (patch)
tree7e149330c285b88f0e6f6b8d603cfd27983d06f9 /source3/libsmb/clilist.c
parentdb3d07c2f5c0764bbf55c0a11a85ae2e52dc481f (diff)
downloadsamba-9138aa18eb66d2c54cd0736c5e25800868c274f5.tar.gz
samba-9138aa18eb66d2c54cd0736c5e25800868c274f5.tar.bz2
samba-9138aa18eb66d2c54cd0736c5e25800868c274f5.zip
AIX has already has a function called msleep(). Bugzilla #1098.
(This used to be commit 90ae3667448be9b3445f401bcd9d7e3eba374215)
Diffstat (limited to 'source3/libsmb/clilist.c')
-rw-r--r--source3/libsmb/clilist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clilist.c b/source3/libsmb/clilist.c
index 2c1831ae99..ab157d48e9 100644
--- a/source3/libsmb/clilist.c
+++ b/source3/libsmb/clilist.c
@@ -232,7 +232,7 @@ int cli_list_new(struct cli_state *cli,const char *Mask,uint16 attribute,
cli_dos_error(cli, &eclass, &ecode);
if (eclass != ERRSRV || ecode != ERRerror)
break;
- msleep(100);
+ smb_msleep(100);
continue;
}