slave: Simple fix for changed type signature of #tar_out method.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 28 Jan 2013 09:56:27 +0000 (09:56 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 28 Jan 2013 10:30:22 +0000 (10:30 +0000)
commit4110c7da9f42d4c274baa8065ea46abc107e07d8
treec3ff40d59baad5dbabc9b005b10e0580bf37696b
parent63a55ccde74bd8ec7bac6ef5e4a54f2a803b2024
slave: Simple fix for changed type signature of #tar_out method.

Because optional arguments have been added, the type signature
changed:

File "slave.ml", line 323, characters 17-26:
Error: This expression has type string -> string -> unit
       but an expression was expected of type
         ?compress:string ->
         ?numericowner:bool ->
         ?excludes:string array -> string -> string -> unit
slave.ml