Author: jelmer
Date: 2007-12-03 17:51:44 +0000 (Mon, 03 Dec 2007)
New Revision: 26261

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26261

Log:
Use enum type.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/librpc/ndr/ndr_string.c


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/librpc/ndr/ndr_string.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/ndr/ndr_string.c   2007-12-03 17:41:50 UTC 
(rev 26260)
+++ branches/SAMBA_4_0/source/librpc/ndr/ndr_string.c   2007-12-03 17:51:44 UTC 
(rev 26261)
@@ -31,7 +31,7 @@
        uint32_t len1, ofs, len2;
        uint16_t len3;
        int ret;
-       int chset = CH_UTF16;
+       charset_t chset = CH_UTF16;
        unsigned byte_mul = 2;
        unsigned flags = ndr->flags;
        unsigned c_len_term = 0;

Reply via email to