#endif
osi_audit(BUDB_StartEvent, 0, AUD_END);
- initialize_budb_error_table();
+ initialize_BUDB_error_table();
initializeArgHandler();
/* Initialize dirpaths */
afsconf_GetKey,
(char *) 0);
- /* These two lines disallow jumbograms */
- rx_maxReceiveSize = OLD_MAX_PACKET_SIZE;
- rxi_nSendFrags = rxi_nRecvFrags = 1;
+ /* Disable jumbograms */
+ rx_SetNoJumbo();
tservice = rx_NewService(0, BUDB_SERVICE, "BackupDatabase",
sca, 3, BUDB_ExecuteRequest);