Fix a warning on host "gwen"
commiteea114a8562f71f4aadec76a767a46d7874b8972
authorVolker Lendecke <vl@samba.org>
Sat, 2 May 2009 17:17:23 +0000 (2 19:17 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 2 May 2009 17:17:23 +0000 (2 19:17 +0200)
tree394061af7fece58bc8e6e4e29cda5a7cae3589a0
parente2052f128f4269692aede0a082351fd0dbea8cce
Fix a warning on host "gwen"

cc: "../librpc/ndr/ndr_basic.c", line 572: warning 604: Pointers are not assignment-compatible.

Apparently in_addr.s_addr is not compatible to uint32_t, maybe a 32-bit signed
int.
librpc/ndr/ndr_basic.c