diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-28 09:05:44 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-28 09:05:44 +0000 |
commit | f83f0cb0605368387358782179460ca4d75a9541 (patch) | |
tree | 15a6dfc08d89803264ca62371c617afa0550b740 /source4/torture/utable.c | |
parent | 7ec0ead48a6e7b770d04802fb8248c1240cd0787 (diff) | |
download | samba-f83f0cb0605368387358782179460ca4d75a9541.tar.gz samba-f83f0cb0605368387358782179460ca4d75a9541.tar.bz2 samba-f83f0cb0605368387358782179460ca4d75a9541.zip |
fixed some warnings
(This used to be commit 1c2b8a93c50e3d5485732a2f06847166e883f939)
Diffstat (limited to 'source4/torture/utable.c')
-rw-r--r-- | source4/torture/utable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/utable.c b/source4/torture/utable.c index 317d7a80cc..2d7ad5a025 100644 --- a/source4/torture/utable.c +++ b/source4/torture/utable.c @@ -24,7 +24,7 @@ BOOL torture_utable(int dummy) { struct cli_state *cli; fstring fname; - char *alt_name; + const char *alt_name; int fnum; smb_ucs2_t c2; int c, len, fd; |