lib/util: fix output format in dump_data*()
commit4a0370bdfdb599aa1798855a6074210583dd7cc4
authorStefan Metzmacher <metze@samba.org>
Thu, 25 Jun 2015 11:53:41 +0000 (25 13:53 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 3 Jul 2015 00:00:28 +0000 (3 02:00 +0200)
treee2019f6d28fe909e2e07e9b55cfb877df4e77a26
parent8c9612e1144e33aafd94f28fb7fa4b6b8444b05c
lib/util: fix output format in dump_data*()

This changes:

  [0000] 4E 54 4C 4D 53 53 50 00   01 00 00 00 05 82 08 60   NTLMSSP. .......`
  [0010] 09 00 09 00 20 00 00 00   00 00 00 00 29 00 00 00   .... ... ....)...
  [0020] 57 4F 52 4B 47 52 4F 55   50                       WORKGROU P

into:

  [0000] 4E 54 4C 4D 53 53 50 00   01 00 00 00 05 82 08 60   NTLMSSP. .......`
  [0010] 09 00 09 00 20 00 00 00   00 00 00 00 29 00 00 00   .... ... ....)...
  [0020] 57 4F 52 4B 47 52 4F 55   50                        WORKGROU P

Note the alignment of 'WORKGROU P'.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
lib/util/util.c